Added XInclude, Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 4c574cb..27e754b 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -78,8 +78,9 @@
   <li>Libxml can do DTD validation at parse time, using a parsed document
     instance, or with an arbitrary DTD.</li>
   <li>Libxml now includes nearly complete <a
-    href="http://www.w3.org/TR/xpath">XPath</a> and <a
-    href="http://www.w3.org/TR/xptr">XPointer</a> implementations.</li>
+    href="http://www.w3.org/TR/xpath">XPath</a>, <a
+    href="http://www.w3.org/TR/xptr">XPointer</a> and <a
+    href="http://www.w3.org/TR/xinclude">XInclude</a> implementations.</li>
   <li>It is written in plain C, making as few assumptions as possible, and
     sticking closely to ANSI C/POSIX for easy embedding. Works on
     Linux/Unix/Windows, ported to a number of other platforms.</li>
@@ -1646,6 +1647,6 @@
 
 <p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.100 2001/07/07 00:18:22 veillard Exp $</p>
+<p>$Id: xml.html,v 1.101 2001/07/10 15:49:42 veillard Exp $</p>
 </body>
 </html>