updated doc, added a documentation lookup module, Daniel.
diff --git a/doc/xml.html b/doc/xml.html
index c867e01..2e00b6e 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -3,7 +3,7 @@
 <html>
 <head>
   <title>The XML library for Gnome</title>
-  <meta name="GENERATOR" content="amaya V3.0">
+  <meta name="GENERATOR" content="amaya V3.1">
   <meta http-equiv="Content-Type" content="text/html">
 </head>
 
@@ -42,6 +42,7 @@
   <li><a href="#Validation">Validation</a></li>
   <li><a href="#Principles">DOM principles</a></li>
   <li><a href="#real">A real example</a></li>
+  <li><a href="#Contributi">Contribution</a></li>
 </ul>
 
 <h2><a name="Introducti">Introduction</a></h2>
@@ -66,7 +67,7 @@
     href="http://www.w3.org/Consortium/Legal/copyright-software-19980720.html">W3C
     IPR</a> and the GNU LGPL. Use either at your convenience, basically this
     should make everybody happy, if not, drop me a mail.</li>
-  <li>There is <a href="upgrade.html">a  first set of instruction</a>
+  <li>There is <a href="upgrade.html">a first set of instructions</a>
     concerning upgrade from libxml-1.x to libxml-2.x</li>
 </ul>
 
@@ -99,7 +100,7 @@
     starting a new project using libxml you should really use the 2.x
   version.</li>
   <li>And don't forget to look at the <a href="/messages/">mailing-list
-    archive</a>, too.</li>
+    archive</a>.</li>
 </ol>
 
 <h3>Reporting bugs and getting help</h3>
@@ -138,7 +139,7 @@
 href="ftp://rpmfind.net/pub/libxml/">rpmfind.net</a> or on the <a
 href="ftp://ftp.gnome.org/pub/GNOME/MIRRORS.html">Gnome FTP server</a> either
 as a <a href="ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxml/">source
-archive</a> or <a href="ftp://ftp.gnome.org/pub/GNOME/contrib/rpms/">RPMs
+archive</a> or <a href="ftp://ftp.gnome.org/pub/GNOME/contrib/rpms/">RPM
 packages</a>. (NOTE that you need both the <a
 href="http://rpmfind.net/linux/RPM/libxml.html">libxml</a> and <a
 href="http://rpmfind.net/linux/RPM/libxml-devel.html">libxml-devel</a>
@@ -158,7 +159,7 @@
 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 2 CVS bases:</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
@@ -1134,10 +1135,31 @@
 example</a> as a template, it is also available with Makefile in the Gnome CVS
 base under gnome-xml/example</p>
 
+<h2><a name="Contributi">Contributions</a></h2>
+<ul>
+  <li><a href="mailto:ari@btigate.com">Ari Johnson</a> provides a  C++ wrapper
+    for libxml:
+    <p>Website: <a
+    href="http://lusis.org/~ari/xml++/">http://lusis.org/~ari/xml++/</a></p>
+    <p>Download: <a
+    href="http://lusis.org/~ari/xml++/libxml++.tar.gz">http://lusis.org/~ari/xml++/libxml++.tar.gz</a></p>
+  </li>
+  <li><a href="mailto:doolin@cs.utk.edu">David Doolin</a> provides a
+    precompiled Windows version
+    <p><a
+    href="http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/">http://www.ce.berkeley.edu/~doolin/code/libxmlwin32/</a></p>
+  </li>
+  <li><a href="mailto:fnatter@gmx.net">Felix Natter</a> provided a emacs
+    module to lookup libxml functions documentation</li>
+  <li><a href="mailto:sherwin@nlm.nih.gov">Ziying Sherwin</a> provided <a
+    href="http://xmlsoft.org/messages/0488.html">man pages</a> (not yet
+    integrated in the distribution)</li>
+</ul>
+
 <p></p>
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.32 2000/04/03 19:48:13 veillard Exp $</p>
+<p>$Id: xml.html,v 1.33 2000/04/16 08:52:20 veillard Exp $</p>
 </body>
 </html>