diff --git a/doc/FAQ.html b/doc/FAQ.html index d41dcd09..bda03e8e 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -195,7 +195,9 @@ A:link, A:visited, A:active { text-decoration: underline }

Sometime the regression tests results don't completely match the value produced by the parser, and the makefile uses diff to print the delta. On some platforms the diff return breaks the compilation process, if the - diff is small this is probably not a serious problem

+ diff is small this is probably not a serious problem.

+

Sometimes (especially on Solaris) make checks fails due to limitations + in make. Try using GNU-make instead.

  • I use the CVS version and there is no configure script diff --git a/doc/xml.html b/doc/xml.html index b32bf629..fd642386 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -240,7 +240,9 @@ libxml2

    Sometime the regression tests results don't completely match the value produced by the parser, and the makefile uses diff to print the delta. On some platforms the diff return breaks the compilation process, if the - diff is small this is probably not a serious problem

    + diff is small this is probably not a serious problem.

    +

    Sometimes (especially on Solaris) make checks fails due to limitations + in make. Try using GNU-make instead.

  • I use the CVS version and there is no configure script

    The configure (and other Makefiles) are generated. Use the autogen.sh @@ -2214,6 +2216,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) { + }

  • diff --git a/doc/xmlio.html b/doc/xmlio.html index cfd763d1..7cacb99a 100644 --- a/doc/xmlio.html +++ b/doc/xmlio.html @@ -237,6 +237,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) { + }