diff --git a/doc/FAQ.html b/doc/FAQ.html index d8bb8683..6f8eac10 100644 --- a/doc/FAQ.html +++ b/doc/FAQ.html @@ -105,8 +105,8 @@ A:link, A:visited, A:active { text-decoration: underline }
  • Can I embed libxml in a proprietary application ?

    Yes. The MIT License allows you to also keep proprietary the changes - you made to libxml, but it would be graceful to provide back bug fixes and - improvements as patches for possible incorporation in the main + you made to libxml, but it would be graceful to provide back bug fixes + and improvements as patches for possible incorporation in the main development tree

  • diff --git a/doc/encoding.html b/doc/encoding.html index b42b4785..d3aefea8 100644 --- a/doc/encoding.html +++ b/doc/encoding.html @@ -288,8 +288,8 @@ detecting such a tag on input. Except for that the processing is the same
  • HTML, a specific handler for the conversion of UTF-8 to ASCII with HTML predefined entities like © for the Copyright sign.
  • -

    More over when compiled on an Unix platform with iconv support the full set -of encodings supported by iconv can be instantly be used by libxml. On a +

    More over when compiled on an Unix platform with iconv support the full +set of encodings supported by iconv can be instantly be used by libxml. On a linux machine with glibc-2.1 the list of supported encodings and aliases fill 3 full pages, and include UCS-4, the full set of ISO-Latin encodings, and the various Japanese ones.

    diff --git a/doc/namespaces.html b/doc/namespaces.html index 33e6c34c..c8e0b7da 100644 --- a/doc/namespaces.html +++ b/doc/namespaces.html @@ -104,10 +104,10 @@ value in the long-term. Example:

    </mydoc>

    The namespace value has to be an absolute URL, but the URL doesn't have to point to any existing resource on the Web. It will bind all the element and -attributes with that URL. I suggest to use an URL within a domain you control, -and that the URL should contain some kind of version information if possible. -For example, "http://www.gnome.org/gnumeric/1.0/" is a good -namespace scheme.

    +attributes with that URL. I suggest to use an URL within a domain you +control, and that the URL should contain some kind of version information if +possible. For example, "http://www.gnome.org/gnumeric/1.0/" is a +good namespace scheme.

    Then when you load a file, make sure that a namespace carrying the version-independent prefix is installed on the root element of your document, and if the version information don't match something you know, warn the user diff --git a/doc/news.html b/doc/news.html index f62d95ca..88b6a928 100644 --- a/doc/news.html +++ b/doc/news.html @@ -93,6 +93,17 @@ to test those

    +

    2.4.22: May 27 2002

    +

    2.4.21: Apr 29 2002

    This release is both a bug fix release and also contains the early XML Schemas structures and datatypes code, beware, all @@ -573,8 +584,8 @@ it's actually not compiled in by default. The real fixes are:

    2.1.0 and 1.8.8: June 29 2000

    -

    The distribution includes a set of Python bindings, which are guaranteed to -be maintained as part of the library in the future, though the Python +

    The distribution includes a set of Python bindings, which are guaranteed +to be maintained as part of the library in the future, though the Python interface have not yet reached the maturity of the C API.

    To install the Python bindings there are 2 options:

    +

    2.4.22: May 27 2002

    + +

    2.4.21: Apr 29 2002

    This release is both a bug fix release and also contains the early XML @@ -1116,8 +1128,8 @@ it's actually not compiled in by default. The real fixes are:

    2.1.0 and 1.8.8: June 29 2000