diff options
Diffstat (limited to 'doc/xml.html')
-rw-r--r-- | doc/xml.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/xml.html b/doc/xml.html index 1105002..288df47 100644 --- a/doc/xml.html +++ b/doc/xml.html @@ -78,7 +78,7 @@ languages:</p> </ul> <p>In most cases libxml2 tries to implement the specifications in a -relatively strictly compliant way. As of release 2.4.16, libxml2 passes all +relatively strictly compliant way. As of release 2.4.16, libxml2 passed all 1800+ tests from the <a href="http://www.oasis-open.org/committees/xml-conformance/">OASIS XML Tests Suite</a>.</p> @@ -88,16 +88,14 @@ specifications but doesn't claim to implement them completely:</p> <ul> <li>Document Object Model (DOM) <a href="http://www.w3.org/TR/DOM-Level-2-Core/">http://www.w3.org/TR/DOM-Level-2-Core/</a> - it doesn't implement the API itself, gdome2 does this on top of - libxml2</li> + the document model, but it doesn't implement the API itself, gdome2 does + this on top of libxml2</li> <li><a href="http://www.cis.ohio-state.edu/rfc/rfc959.txt">RFC 959</a> : libxml2 implements a basic FTP client code</li> <li><a href="http://www.cis.ohio-state.edu/rfc/rfc1945.txt">RFC 1945</a> : HTTP/1.0, again a basic HTTP client code</li> - <li>SAX: a minimal SAX implementation compatible with early expat - versions</li> - <li>DocBook SGML v4: libxml2 includes a hackish parser to transition to - XML</li> + <li>SAX: a SAX2 like interface and a minimal SAX1 implementation compatible + with early expat versions</li> </ul> <p>A partial implementation of <a @@ -616,7 +614,9 @@ href="http://rpmfind.net/linux/RPM/libxml2-devel.html">libxml(2)-devel</a> packages installed to compile applications using libxml.)</p> <p>You can find all the history of libxml(2) and libxslt releases in the <a -href="http://xmlsoft.org/sources/old/">old</a> directory.</p> +href="http://xmlsoft.org/sources/old/">old</a> directory. The precompiled +Windows binaries made by Igor Zlatovic are available in the<a +href="http://xmlsoft.org/sources/win32/"> win32</a> directory.</p> <p>Binary ports:</p> <ul> @@ -693,7 +693,7 @@ to help those</p> dependancy, XML Schemas union support (Kasimier Buchcik), warning removal clanup (William), keep ChangeLog compressed when installing from RPMs</li> <li>documentation: examples and xmlDocDumpMemory docs (John Fleck), new - example (load, xpath, modify, save), xmlCatalogDump() comments, </li> + example (load, xpath, modify, save), xmlCatalogDump() comments,</li> <li>Windows: Borland C++ builder (Eric Zurcher), work around Microsoft compiler NaN handling bug (Mark Vakoc)</li> </ul> |