diff --git a/doc/FAQ.html b/doc/FAQ.html index 1d9e67fa..d42da152 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -165,7 +165,7 @@ A:link, A:visited, A:active { text-decoration: underline }
  1. What is the process to compile libxml ? -

    As do most UNIX libraries libxml follows the "standard":

    +

    As most UNIX libraries libxml follows the "standard":

    gunzip -c xxx.tar.gz | tar xvf -

    cd libxml-xxxx

    ./configure --help

    @@ -178,7 +178,7 @@ A:link, A:visited, A:active { text-decoration: underline }
  2. What other libraries are needed to compile/install libxml ? -

    Libxml does not require any other library, the normal C ANSI API +

    Libxml does not requires any other library, the normal C ANSI API should be sufficient (please report any violation to this rule you may find).

    However if found at configuration time libxml will detect and use the @@ -186,7 +186,7 @@ A:link, A:visited, A:active { text-decoration: underline }