- doc/xml.html: added 2.3.6 release
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index d127d03..d7662d7 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>
@@ -246,6 +244,19 @@
     docs</li>
 </ul>
 
+<h3>2.3.6: April 8 2001</h3>
+<ul>
+  <li>Code cleanup using extreme gcc compiler warning options, found and
+    cleared half a dozen potential problem</li>
+  <li>the Eazel team found an XML parser bug</li>
+  <li>cleaned up the user of some of the string formatting function. used the
+    trio library code to provide the one needed when the platform is missing
+    them</li>
+  <li>xpath: removed a memory leak and fixed the predicate evaluation problem,
+    extended the testsuite and cleaned up the result. XPointer seems broken
+    ...</li>
+</ul>
+
 <h3>2.3.5: Mar 23 2001</h3>
 <ul>
   <li>Biggest change is separate parsing and evaluation of XPath expressions,
@@ -1483,6 +1494,6 @@
 
 <p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.77 2001/03/25 17:23:49 veillard Exp $</p>
+<p>$Id: xml.html,v 1.78 2001/04/04 00:40:08 veillard Exp $</p>
 </body>
 </html>