mirror of
https://github.com/GNOME/libxml2.git
synced 2025-03-31 19:10:28 +08:00
Added news for 2.4.23, Daniel
This commit is contained in:
parent
539638ba23
commit
782afdaf4a
@ -122,7 +122,7 @@ A:link, A:visited, A:active { text-decoration: underline }
|
||||
</p>
|
||||
<p>Most Linux and BSD distributions include libxml, this is probably the
|
||||
safer way for end-users</p>
|
||||
<p>David Doolin provides precompiled Windows versions at <a href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/%20%20%20%20%20%20%20%20%20">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a>
|
||||
<p>David Doolin provides precompiled Windows versions at <a href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/ ">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
@ -322,9 +322,9 @@ pnode=pxmlDoc->children->children;</pre>
|
||||
<p>There is however a few C++ wrappers which may fulfill your needs:</p>
|
||||
<ul>
|
||||
<li>by Ari Johnson <ari@btigate.com>:
|
||||
<p>Website: <a href="http://lusis.org/~ari/xml%2B%2B/">http://lusis.org/~ari/xml++/</a>
|
||||
<p>Website: <a href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a>
|
||||
</p>
|
||||
<p>Download: <a href="http://lusis.org/~ari/xml%2B%2B/libxml%2B%2B.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
|
||||
<p>Download: <a href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>by Peter Jones <pjones@pmade.org>
|
||||
|
@ -94,6 +94,18 @@ to test those</p>
|
||||
<ul><li>Finishing up <a href="http://www.w3.org/TR/xmlschema-1/">XML
|
||||
Schemas</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a>
|
||||
</li></ul>
|
||||
<h3>2.4.23: July 6 2002</h3>
|
||||
<ul>
|
||||
<li>performances patches: Peter Jacobi</li>
|
||||
<li>c14n fixes, testsuite and performances: Aleksey Sanin</li>
|
||||
<li>added xmlDocFormatDump: Chema Celorio</li>
|
||||
<li>new tutorial: John Fleck</li>
|
||||
<li>new hash functions and performances: Sander Vesik, portability fix from
|
||||
Peter Jacobi</li>
|
||||
<li>a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
|
||||
HTML parsers, ID lookup function</li>
|
||||
<li>removal of all remaining sprintf: Aleksey Sanin</li>
|
||||
</ul>
|
||||
<h3>2.4.22: May 27 2002</h3>
|
||||
<ul>
|
||||
<li>a number of bug fixes: configure scripts, base handling, parser, memory
|
||||
|
@ -96,8 +96,8 @@ or libxslt wrappers or bindings:</p>
|
||||
<li>
|
||||
<a href="mailto:ari@lusis.org">Ari Johnson</a> provides a C++ wrapper
|
||||
for libxml:<br>
|
||||
Website: <a href="http://lusis.org/~ari/xml%2B%2B/">http://lusis.org/~ari/xml++/</a><br>
|
||||
Download: <a href="http://lusis.org/~ari/xml%2B%2B/libxml%2B%2B.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
|
||||
Website: <a href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a><br>
|
||||
Download: <a href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a>
|
||||
</li>
|
||||
<li>There is another <a href="http://libgdome-cpp.berlios.de/">C++ wrapper
|
||||
based on the gdome2 </a>bindings maintained by Tobias Peters.</li>
|
||||
|
@ -108,7 +108,7 @@ incompatible changes. The main goals were:</p>
|
||||
<p>So client code of libxml designed to run with version 1.x may have to be
|
||||
changed to compile against version 2.x of libxml. Here is a list of changes
|
||||
that I have collected, they may not be sufficient, so in case you find other
|
||||
change which are required, <a href="mailto:Daniel.%C3%8Feillardw3.org">drop me a
|
||||
change which are required, <a href="mailto:Daniel.Ïeillardw3.org">drop me a
|
||||
mail</a>:</p>
|
||||
<ol>
|
||||
<li>The package name have changed from libxml to libxml2, the library name
|
||||
|
14
doc/xml.html
14
doc/xml.html
@ -571,6 +571,19 @@ to test those</p>
|
||||
Schemas</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a></li>
|
||||
</ul>
|
||||
|
||||
<h3>2.4.23: July 6 2002</h3>
|
||||
<ul>
|
||||
<li>performances patches: Peter Jacobi</li>
|
||||
<li>c14n fixes, testsuite and performances: Aleksey Sanin</li>
|
||||
<li>added xmlDocFormatDump: Chema Celorio</li>
|
||||
<li>new tutorial: John Fleck</li>
|
||||
<li>new hash functions and performances: Sander Vesik, portability fix from
|
||||
Peter Jacobi</li>
|
||||
<li>a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
|
||||
HTML parsers, ID lookup function</li>
|
||||
<li>removal of all remaining sprintf: Aleksey Sanin</li>
|
||||
</ul>
|
||||
|
||||
<h3>2.4.22: May 27 2002</h3>
|
||||
<ul>
|
||||
<li>a number of bug fixes: configure scripts, base handling, parser, memory
|
||||
@ -2629,6 +2642,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
@ -237,6 +237,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
|
||||
|
||||
|
||||
|
||||
|
||||
} </pre>
|
||||
</li>
|
||||
<li>And then use it to save the document:
|
||||
|
Loading…
x
Reference in New Issue
Block a user