Doing 2.2.8 release:
- doc/xml.html doc/html/* : rebuilt the docs after adding
  xinclude and updated page for 2.2.7 and 2.2.8
- configure.in: releasing 2.2.8
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index b2422f1..58794e5 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1,9 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
-                      "http://www.w3.org/TR/REC-html40/loose.dtd">
 <html>
 <head>
   <title>The XML C library for Gnome</title>
-  <meta name="GENERATOR" content="amaya V3.2.1">
+  <meta name="GENERATOR" content="amaya V4.0">
   <meta http-equiv="Content-Type" content="text/html">
 </head>
 
@@ -235,10 +233,32 @@
 <p>Item floating around but not actively worked on, get in touch with me if
 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>
   <li>working on HTML and XML links recognition layers</li>
   <li>parsing/import of Docbook SGML docs</li>
 </ul>
 
+<h3>2.2.8: Nov 13 2000</h3>
+<ul>
+  <li>First version of <a href="http://www.w3.org/TR/xinclude">XInclude</a>
+    support</li>
+  <li>Patch in conditional section handling</li>
+  <li>updated MS compiler project</li>
+  <li>fixed some XPath problems</li>
+  <li>added an URI escaping function</li>
+  <li>some other bug fixes</li>
+</ul>
+
+<h3>2.2.7: Oct 31 2000</h3>
+<ul>
+  <li>added message redirection</li>
+  <li>XPath improvements (thanks TOM !)</li>
+  <li>xmlIOParseDTD() added</li>
+  <li>various small fixes in the HTML, URI, HTTP and XPointer support</li>
+  <li>some cleanup of the Makefile, autoconf and the distribution content</li>
+</ul>
+
 <h3>2.2.6: Oct 25 2000:</h3>
 <ul>
   <li>Added an hash table module, migrated a number of internal structure to
@@ -1354,6 +1374,6 @@
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.56 2000/10/21 09:25:52 veillard Exp $</p>
+<p>$Id: xml.html,v 1.57 2000/10/25 13:32:38 veillard Exp $</p>
 </body>
 </html>