Work on character encoding support for the HTML parser
Fixed some autoopen/autoclose probs for the HTML parser
Fixed a potential memleak in the encoding stuff
Daniel.
diff --git a/doc/xml.html b/doc/xml.html
index 84a6aaf..02d9c98 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.1">
+  <meta name="GENERATOR" content="amaya V2.1">
   <meta http-equiv="Content-Type" content="text/html">
 </head>
 
@@ -75,9 +75,9 @@
 
 <p>There are some on-line resources about using libxml:</p>
 <ol>
-  <li>The code is commented in a way which allows <a
-    href="http://xmlsoft.org/libxml.html">extensive documentation</a> to be
-    automatically extracted.</li>
+  <li>Check the <a href="FAQ.html">FAQ</a></li>
+  <li>Check the <a href="http://xmlsoft.org/libxml.html">extensive
+    documentation</a> automatically extracted from code comments.</li>
   <li>This page provides a global overview and <a href="#real">some
     examples</a> on how to use libxml.</li>
   <li><a href="mailto:james@daa.com.au">James Henstridge</a> wrote <a
@@ -166,8 +166,8 @@
     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>
+        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
@@ -1180,6 +1180,6 @@
 
 <p><a href="mailto:Daniel.Veillard@w3.org">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.34 2000/06/23 18:32:15 veillard Exp $</p>
+<p>$Id: xml.html,v 1.35 2000/06/30 17:58:22 veillard Exp $</p>
 </body>
 </html>