now autogenerate the web site from the main HTML document. Daniel

* doc/site.xsl doc/*.html doc/Makefile.am: now autogenerate
  the web site from the main HTML document.
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index e927025..19f3de8 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -8,14 +8,9 @@
 </head>
 
 <body bgcolor="#ffffff">
-<p><a href="http://www.gnome.org/"><img src="smallfootonly.gif"
-alt="Gnome Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png"
-alt="W3C Logo"></a><a href="http://www.redhat.com"><img src="redhat.gif"
-alt="Red Hat Logo"></a></p>
-
 <h1 align="center">The XML C library for Gnome</h1>
 
-<h2 style="text-align: center">libxml, a.k.a. gnome-xml</h2>
+<h1 style="text-align: center">libxml, a.k.a. gnome-xml</h1>
 
 <p></p>
 <ul>
@@ -29,18 +24,7 @@
   <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>
-    <ul>
-      <li><a href="#Invoking">Invoking the parser: the pull way</a></li>
-      <li><a href="#Invoking">Invoking the parser: the push way</a></li>
-      <li><a href="#Invoking2">Invoking the parser: the SAX interface</a></li>
-      <li><a href="#Building">Building a tree from scratch</a></li>
-      <li><a href="#Traversing">Traversing the tree</a></li>
-      <li><a href="#Modifying">Modifying the tree</a></li>
-      <li><a href="#Saving">Saving the tree</a></li>
-      <li><a href="#Compressio">Compression</a></li>
-    </ul>
-  </li>
+  <li><a href="#library">The XML library interfaces</a></li>
   <li><a href="#Entities">Entities or no entities</a></li>
   <li><a href="#Namespaces">Namespaces</a></li>
   <li><a href="#Validation">Validation</a></li>
@@ -925,7 +909,7 @@
 supported and the progresses on the <a
 href="http://cvs.gnome.org/lxr/source/libxslt/ChangeLog">Changelog</a></p>
 
-<h2>An overview of libxml architecture</h2>
+<h2><a name="architecture">An overview of libxml architecture</a></h2>
 
 <p>Libxml is made of multiple components; some of them are optional, and most
 of the block interfaces are public. The main components are:</p>
@@ -1686,8 +1670,8 @@
      is now the maintainer of the Windows port, <a
     href="http://www.fh-frankfurt.de/~igor/projects/libxml/index.html">he
     provides binaries</a></li>
-  <li><a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides
-    <a href="http://pages.eidosnet.co.uk/~garypen/libxml/">Solaris
+  <li><a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a>
+     provides <a href="http://pages.eidosnet.co.uk/~garypen/libxml/">Solaris
     binaries</a></li>
   <li><a
     href="http://mail.gnome.org/archives/xml/2001-March/msg00014.html">Matt
@@ -1714,6 +1698,6 @@
 
 <p><a href="mailto:daniel@veillard.com">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.112 2001/10/10 09:45:06 veillard Exp $</p>
+<p>$Id: xml.html,v 1.113 2001/10/19 14:50:57 veillard Exp $</p>
 </body>
 </html>