mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-25 10:50:08 +03:00
Cleanup infos about XML Schemas, Daniel
This commit is contained in:
parent
b46a573c4f
commit
f83a2c7eca
@ -108,8 +108,8 @@ packages installed to compile applications using libxml.)</p>
|
||||
<li>Red Hat RPMs for i386 are available directly on <a href="ftp://xmlsoft.org/">xmlsoft.org</a>, the source RPM will compile on
|
||||
any architecture supported by Red Hat.</li>
|
||||
<li>
|
||||
<a href="mailto:igor@zlatkovic.com"><p>Igor Zlatkovic</p>
|
||||
</a> is now the maintainer of the Windows port, <a href="http://www.zlatkovic.com/projects/libxml/index.html">he provides
|
||||
<p><a href="mailto:igor@zlatkovic.com">Igor Zlatkovic</a></p>
|
||||
is now the maintainer of the Windows port, <a href="http://www.zlatkovic.com/projects/libxml/index.html">he provides
|
||||
binaries</a>.</li>
|
||||
<li>
|
||||
<a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides
|
||||
|
@ -137,6 +137,8 @@ languages:</p>
|
||||
</li>
|
||||
<li>Relax NG Committee Specification 3 December 2001 <a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">http://www.oasis-open.org/committees/relax-ng/spec-20011203.html</a>
|
||||
</li>
|
||||
<li>W3C XML Schemas Part 2: Datatypes <a href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">REC 02 May
|
||||
2001</a> except the base64Binary and hexBinary types</li>
|
||||
</ul>
|
||||
<p>In most cases libxml tries to implement the specifications in a relatively
|
||||
strictly compliant way. As of release 2.4.16, libxml2 passes all 1800+ tests
|
||||
@ -159,8 +161,9 @@ specifications but doesn't claim to implement them completely:</p>
|
||||
<li>DocBook SGML v4: libxml2 includes a hackish parser to transition to
|
||||
XML</li>
|
||||
</ul>
|
||||
<p>A partial implementation of XML Schemas is being worked on but it would be
|
||||
far too early to make any conformance statement about it at the moment.</p>
|
||||
<p>A partial implementation of <a href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/">XML Schemas Part
|
||||
1: Structure</a> is being worked on but it would be far too early to make any
|
||||
conformance statement about it at the moment.</p>
|
||||
<p>Separate documents:</p>
|
||||
<ul>
|
||||
<li>
|
||||
|
56
doc/xml.html
56
doc/xml.html
@ -61,6 +61,9 @@ languages:</p>
|
||||
href="http://www.w3.org/TR/xml-exc-c14n">http://www.w3.org/TR/xml-exc-c14n</a></li>
|
||||
<li>Relax NG Committee Specification 3 December 2001 <a
|
||||
href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">http://www.oasis-open.org/committees/relax-ng/spec-20011203.html</a></li>
|
||||
<li>W3C XML Schemas Part 2: Datatypes <a
|
||||
href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">REC 02 May
|
||||
2001</a> except the base64Binary and hexBinary types</li>
|
||||
</ul>
|
||||
|
||||
<p>In most cases libxml tries to implement the specifications in a relatively
|
||||
@ -86,8 +89,10 @@ specifications but doesn't claim to implement them completely:</p>
|
||||
XML</li>
|
||||
</ul>
|
||||
|
||||
<p>A partial implementation of XML Schemas is being worked on but it would be
|
||||
far too early to make any conformance statement about it at the moment.</p>
|
||||
<p>A partial implementation of <a
|
||||
href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/">XML Schemas Part
|
||||
1: Structure</a> is being worked on but it would be far too early to make any
|
||||
conformance statement about it at the moment.</p>
|
||||
|
||||
<p>Separate documents:</p>
|
||||
<ul>
|
||||
@ -574,8 +579,8 @@ packages installed to compile applications using libxml.)</p>
|
||||
<li>Red Hat RPMs for i386 are available directly on <a
|
||||
href="ftp://xmlsoft.org/">xmlsoft.org</a>, the source RPM will compile on
|
||||
any architecture supported by Red Hat.</li>
|
||||
<li><a href="mailto:igor@zlatkovic.com"><p>Igor Zlatkovic</p>
|
||||
</a> is now the maintainer of the Windows port, <a
|
||||
<li><p><a href="mailto:igor@zlatkovic.com">Igor Zlatkovic</a></p>
|
||||
is now the maintainer of the Windows port, <a
|
||||
href="http://www.zlatkovic.com/projects/libxml/index.html">he provides
|
||||
binaries</a>.</li>
|
||||
<li><a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides
|
||||
@ -2889,48 +2894,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
ret->writecallback = xmlFileWrite;
|
||||
ret->closecallback = NULL; /* No close callback */
|
||||
}
|
||||
return(ret); <br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return(ret);
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
@ -230,48 +230,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
ret->writecallback = xmlFileWrite;
|
||||
ret->closecallback = NULL; /* No close callback */
|
||||
}
|
||||
return(ret); <br>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
return(ret);
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
Loading…
x
Reference in New Issue
Block a user