mirror of
https://github.com/GNOME/libxml2.git
synced 2025-02-23 18:29:14 +08:00
Updated the web pages, Daniel
This commit is contained in:
parent
a7084cd57e
commit
c397534f07
@ -91,6 +91,13 @@ for a really accurate description</h3>
|
||||
you want to test those</p>
|
||||
<ul><li>Finishing up <a href="http://www.w3.org/TR/xptr">XPointer</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a>
|
||||
</li></ul>
|
||||
<h3>2.4.20: Apr 15 2002</h3>
|
||||
<ul>
|
||||
<li>bug fixes: file descriptor leak, XPath, HTML ouput, DTD validation</li>
|
||||
<li>XPath conformance testing by Richard Jinks</li>
|
||||
<li>Portability fixes: Solaris, MPE/iX, Windows, OSF/1, python bindings,
|
||||
libxml.m4</li>
|
||||
</ul>
|
||||
<h3>2.4.19: Mar 25 2002</h3>
|
||||
<ul>
|
||||
<li>bug fixes: half a dozen XPath bugs, Validation, ISO-Latin to UTF8
|
||||
|
@ -227,6 +227,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
Loading…
Reference in New Issue
Block a user