updated the docs for 2.6.10 Daniel

* NEWS doc/*: updated the docs for 2.6.10
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 288df47..a6f911e 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -677,6 +677,27 @@
 
 <p>There is the list of public releases:</p>
 
+<h3>2.6.10: May 17 2004</h3>
+<ul>
+  <li>Web page generated for ChangeLog</li>
+  <li>build fixes: --without-html problems, make check without make all</li>
+  <li>portability: problem with xpath.c on Windows (MSC and Borland), memcmp
+    vs. strncmp on Solaris, XPath tests on Windows (Mark Vakoc), C++ do not
+    use "list" as parameter name, make tests work with Python 1.5 (Ed
+  Davis),</li>
+  <li>improvements: made xmlTextReaderMode public, small buffers resizing
+    (Morten Welinder), add --maxmem option to xmllint, add
+    xmlPopInputCallback() for Matt Sergeant, refactoring of serialization
+    escaping, added escaping customization  </li>
+  <li>bugfixes: xsd:extension (Taihei Goi), assorted regexp bugs (William
+    Brack), xmlReader end of stream problem, node deregistration with reader,
+    URI escaping and filemanes,  XHTML1 formatting (Nick Wellnhofer), regexp
+    transition reduction (William), various XSD Schemas fixes (Kasimier
+    Buchcik), XInclude fallback problem (William), weird problems with DTD
+    (William), structured error handler callback context (William), reverse
+    xmlEncodeSpecialChars() behaviour back to escaping '"'</li>
+</ul>
+
 <h3>2.6.9: Apr 18 2004</h3>
 <ul>
   <li>implement xml:id Working Draft, relaxed XPath id() checking</li>