Preparing for 2.3.4 release:
- configure.in: bumped to 2.3.4
- error.c: fixed bug #51860
- tree.c: fixed bug #51861
- valid.c: cleanup, more debug, failed to fix one bug crap ...
- tree.[ch] : added xmlDefaultBufferSize
- nanoftp.c: typo in function name header block
- doc/xml.html : updated, added link to XML::LibXSLT
- doc/html/* : rebuilt the docs
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index dd9c5ba..15061d3 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1,5 +1,3 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
   <title>The XML C library for Gnome</title>
@@ -241,6 +239,22 @@
     docs</li>
 </ul>
 
+<h3>2.3.4: Mar 10 2001</h3>
+<ul>
+  <li>Fixed bugs #51860 and #51861</li>
+  <li>Added a global variable xmlDefaultBufferSize to allow default buffer
+    size to be application tunable.</li>
+  <li>Some cleanup in the validation code, still a bug left and this part
+    should probably be rewritten to support ambiguous content model :-\</li>
+  <li>Fix a couple of serious bugs introduced or raised by changes in 2.3.3
+    parser</li>
+  <li>Fixed another bug in xmlNodeGetContent()</li>
+  <li>Bjorn fixed XPath node collection and Number formatting</li>
+  <li>Fixed a loop reported in the HTML parsing</li>
+  <li>blank space are reported even if the Dtd content model proves that they
+    are formatting spaces, this is for XmL conformance</li>
+</ul>
+
 <h3>2.3.3: Mar 1 2001</h3>
 <ul>
   <li>small change in XPath for XSLT</li>
@@ -465,8 +479,9 @@
 <h3>2.0.0beta: Mar 14 2000</h3>
 <ul>
   <li>This is a first Beta release of libxml version 2</li>
-  <li>It's available only from<a href="ftp://xmlsoft.org/">xmlsoft.org FTP</a>, it's packaged as libxml2-2.0.0beta and available as
-    tar and RPMs</li>
+  <li>It's available only from<a href="ftp://xmlsoft.org/">xmlsoft.org
+    FTP</a>, it's packaged as libxml2-2.0.0beta and available as tar and
+  RPMs</li>
   <li>This version is now the head in the Gnome CVS base, the old one is
     available under the tag LIB_XML_1_X</li>
   <li>This includes a very large set of changes. Froma  programmatic point of
@@ -1441,6 +1456,12 @@
     <p><a
     href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a></p>
   </li>
+  <li><a
+    href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
+    Sergeant</a> developped <a
+    href="http://axkit.org/download/">XML::LibXSLT</a>, a perl wrapper for
+    libxml2/libxslt as part of the <a href="http://axkit.com/">AxKit XML
+    application server</a></li>
   <li><a href="mailto:fnatter@gmx.net">Felix Natter</a> provided <a
     href="libxml-doc.el">an emacs module</a> to lookup libxml functions
     documentation</li>
@@ -1453,6 +1474,6 @@
 
 <p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.72 2001/03/07 09:31:47 veillard Exp $</p>
+<p>$Id: xml.html,v 1.73 2001/03/07 09:44:02 veillard Exp $</p>
 </body>
 </html>