1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-19 14:50:07 +03:00

Updated the conformance state, Daniel

This commit is contained in:
Daniel Veillard 2002-02-20 11:38:46 +00:00
parent 5f4b5999b4
commit 5b16f588da
3 changed files with 11 additions and 4 deletions

View File

@ -117,8 +117,10 @@ languages:</p>
</li>
</ul>
<p>In most cases libxml tries to implement the specifications in a relatively
strict way. To some extent libxml2 provide some support for the following
other specification but don't claim to implement them:</p>
strict way. As of release 2.4.16, libxml2 passes all 1800+ tests from the
OASIS XML Tests Suite.</p>
<p>To some extent libxml2 provide some support for the following other
specification but don't claim to implement them:</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 in top of

View File

@ -53,8 +53,11 @@ languages:</p>
</ul>
<p>In most cases libxml tries to implement the specifications in a relatively
strict way. To some extent libxml2 provide some support for the following
other specification but don't claim to implement them:</p>
strict way. As of release 2.4.16, libxml2 passes all 1800+ tests from the
OASIS XML Tests Suite.</p>
<p>To some extent libxml2 provide some support for the following other
specification but don't claim to implement them:</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>
@ -2224,6 +2227,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre>

View File

@ -238,6 +238,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
} </pre>