diff --git a/doc/FAQ.html b/doc/FAQ.html
index d42da152..3052b18e 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -122,7 +122,7 @@ A:link, A:visited, A:active { text-decoration: underline }
Most Linux and BSD distributions include libxml, this is probably the
safer way for end-users
-David Doolin provides precompiled Windows versions at http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/
+
David Doolin provides precompiled Windows versions at http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/
@@ -322,9 +322,9 @@ pnode=pxmlDoc->children->children;
There is however a few C++ wrappers which may fulfill your needs:
- by Ari Johnson <ari@btigate.com>:
-
Website: http://lusis.org/~ari/xml++/
+
Website: http://lusis.org/~ari/xml++/
-Download: http://lusis.org/~ari/xml++/libxml++.tar.gz
+
Download: http://lusis.org/~ari/xml++/libxml++.tar.gz
- by Peter Jones <pjones@pmade.org>
diff --git a/doc/news.html b/doc/news.html
index 074927d4..2aa86004 100644
--- a/doc/news.html
+++ b/doc/news.html
@@ -94,6 +94,18 @@ to test those
+
2.4.23: July 6 2002
+
+- performances patches: Peter Jacobi
+- c14n fixes, testsuite and performances: Aleksey Sanin
+- added xmlDocFormatDump: Chema Celorio
+- new tutorial: John Fleck
+- new hash functions and performances: Sander Vesik, portability fix from
+ Peter Jacobi
+- a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
+ HTML parsers, ID lookup function
+- removal of all remaining sprintf: Aleksey Sanin
+
2.4.22: May 27 2002
- a number of bug fixes: configure scripts, base handling, parser, memory
diff --git a/doc/python.html b/doc/python.html
index 77970815..9f210208 100644
--- a/doc/python.html
+++ b/doc/python.html
@@ -96,8 +96,8 @@ or libxslt wrappers or bindings:
-
Ari Johnson provides a C++ wrapper
for libxml:
- Website: http://lusis.org/~ari/xml++/
- Download: http://lusis.org/~ari/xml++/libxml++.tar.gz
+ Website: http://lusis.org/~ari/xml++/
+ Download: http://lusis.org/~ari/xml++/libxml++.tar.gz
- There is another C++ wrapper
based on the gdome2 bindings maintained by Tobias Peters.
diff --git a/doc/upgrade.html b/doc/upgrade.html
index b8505bf3..8d50489f 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -108,7 +108,7 @@ incompatible changes. The main goals were:
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, drop me a
+change which are required, drop me a
mail:
- The package name have changed from libxml to libxml2, the library name
diff --git a/doc/xml.html b/doc/xml.html
index 297d3b7f..ec0c12bb 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -571,6 +571,19 @@ to test those
Schemas and XInclude
+2.4.23: July 6 2002
+
+ - performances patches: Peter Jacobi
+ - c14n fixes, testsuite and performances: Aleksey Sanin
+ - added xmlDocFormatDump: Chema Celorio
+ - new tutorial: John Fleck
+ - new hash functions and performances: Sander Vesik, portability fix from
+ Peter Jacobi
+ - a number of bug fixes: XPath (William Brack, Richard Jinks), XML and
+ HTML parsers, ID lookup function
+ - removal of all remaining sprintf: Aleksey Sanin
+
+
2.4.22: May 27 2002
- a number of bug fixes: configure scripts, base handling, parser, memory
@@ -2629,6 +2642,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
}
- And then use it to save the document:
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 95fa219e..7a390a25 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -237,6 +237,7 @@ xmlOutputBufferCreateOwn(FILE *file, xmlCharEncodingHandlerPtr encoder) {
+
}
- And then use it to save the document: