- doc/xml.html: updated with an XSLT section, removed pointer to
  W3C CVS base.
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 09b8265..3b42b4c 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1,7 +1,7 @@
 <html>
 <head>
   <title>The XML C library for Gnome</title>
-  <meta name="GENERATOR" content="amaya V4.0">
+  <meta name="GENERATOR" content="amaya V4.1">
   <meta http-equiv="Content-Type" content="text/html">
 </head>
 
@@ -23,6 +23,7 @@
   <li><a href="#Downloads">Downloads</a></li>
   <li><a href="#News">News</a></li>
   <li><a href="#XML">XML</a></li>
+  <li><a href="#XSLT">XSLT</a></li>
   <li><a href="#tree">The tree output</a></li>
   <li><a href="#interface">The SAX interface</a></li>
   <li><a href="#library">The XML library interfaces</a>
@@ -208,22 +209,15 @@
 platform, get in touch with me to upload the package. I will keep them in the
 <a href="ftp://rpmfind.net/pub/libxml/contribs/">contrib directory</a></p>
 
-<p>Libxml is also available from 2 CVS bases:</p>
+<p>Libxml is also available from CVS:</p>
 <ul>
-  <li><p>The <a href="http://dev.w3.org/cvsweb/XML/">W3C CVS base</a>,
-    available read-only using the CVS pserver authentification (I tend to use
-    this base for my own development, so it's updated more regularly, but the
-    content may not be as stable):</p>
-    <pre>CVSROOT=:pserver:anonymous@dev.w3.org:/sources/public
-        password: anonymous
-        module: XML</pre>
-  </li>
   <li><p>The <a
     href="http://cvs.gnome.org/bonsai/rview.cgi?cvsroot=/cvs/gnome&amp;dir=gnome-xml">Gnome
     CVS base</a>. Check the <a
     href="http://developer.gnome.org/tools/cvs.html">Gnome CVS Tools</a> page;
     the CVS module is <b>gnome-xml</b>.</p>
   </li>
+  <li>The <strong>libxslt</strong> module is also present there</li>
 </ul>
 
 <h2><a name="News">News</a></h2>
@@ -235,10 +229,13 @@
 <p>Item floating around but not actively worked on, get in touch with me if
 you want to test those</p>
 <ul>
+  <li>Implementing <a href="http://www.w3.org/TR/xslt">XSLT</a>, this is done
+    as a separate C library on top of libxml called libxslt, not released yet
+    but available from CVS</li>
   <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>
+  <li>(seeems working but delayed from release) parsing/import of Docbook SGML
+    docs</li>
 </ul>
 
 <h3>2.2.11: Jan 4 2000</h3>
@@ -247,7 +244,7 @@
   <li>added htmlHandleOmittedElem()</li>
   <li>Applied Bjorn Reese's IPV6 first patch</li>
   <li>Applied Paul D. Smith patches for validation of XInclude results</li>
-  <li>added XPointer xmlns() new scheme support </li>
+  <li>added XPointer xmlns() new scheme support</li>
 </ul>
 
 <h3>2.2.10: Nov 25 2000</h3>
@@ -616,6 +613,18 @@
 spreadsheets (gnumeric), or even shorter lived documents such as WebDAV where
 it is used to encode remote calls between a client and a server.</p>
 
+<h2><a name="XSLT">XSLT</a></h2>
+
+<p><a href="http://www.w3.org/TR/xslt">XSL Transformations</a>,  is a language
+for transforming XML documents into other XML documents (or HTML/textual
+output).</p>
+
+<p>A separate library called libxslt is being built on top of libxml2. This
+module "libxslt" can be found in the Gnome CVS base too.</p>
+
+<p>You can check the progresses on the <a
+href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a></p>
+
 <h2>An overview of libxml architecture</h2>
 
 <p>Libxml is made of multiple components, some of them optionals, and most of
@@ -1399,6 +1408,6 @@
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.62 2000/11/25 10:42:19 veillard Exp $</p>
+<p>$Id: xml.html,v 1.63 2001/01/05 06:36:30 veillard Exp $</p>
 </body>
 </html>