Got fed up, people should not use libxml1 unless forced, put this in
big red letters at critical places in the doc, Daniel
diff --git a/doc/xml.html b/doc/xml.html
index 15061d3..fece34f 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -1,3 +1,5 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
+    "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
   <title>The XML C library for Gnome</title>
@@ -93,6 +95,11 @@
     everybody happy, if not, drop me a mail.</li>
 </ul>
 
+<p>Warning: unless you are forced to because your application links with a
+Gnome library requiring it,  <strong><span
+style="background-color: #FF0000">Do Not Use libxml1</span></strong>, use
+libxml2</p>
+
 <h2><a name="Documentat">Documentation</a></h2>
 
 <p>There are some on-line resources about using libxml:</p>
@@ -1474,6 +1481,6 @@
 
 <p><a href="mailto:Daniel.Veillard@imag.fr">Daniel Veillard</a></p>
 
-<p>$Id: xml.html,v 1.73 2001/03/07 09:44:02 veillard Exp $</p>
+<p>$Id: xml.html,v 1.74 2001/03/10 12:32:02 veillard Exp $</p>
 </body>
 </html>