Cleanup infos about XML Schemas, Daniel
diff --git a/doc/downloads.html b/doc/downloads.html
index 6e5f81e..aaa1188 100644
--- a/doc/downloads.html
+++ b/doc/downloads.html
@@ -108,8 +108,8 @@
 <li>Red Hat RPMs for i386 are available directly on <a href="ftp://xmlsoft.org/">xmlsoft.org</a>, the source RPM will compile on
     any architecture supported by Red Hat.</li>
   <li>
-<a href="mailto:igor@zlatkovic.com"><p>Igor  Zlatkovic</p>
-    </a> is now the maintainer of the Windows port, <a href="http://www.zlatkovic.com/projects/libxml/index.html">he provides
+<p><a href="mailto:igor@zlatkovic.com">Igor  Zlatkovic</a></p>
+     is now the maintainer of the Windows port, <a href="http://www.zlatkovic.com/projects/libxml/index.html">he provides
     binaries</a>.</li>
   <li>
 <a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides
diff --git a/doc/index.html b/doc/index.html
index e1f9073..02a3b3a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -137,6 +137,8 @@
 </li>
   <li>Relax NG Committee Specification 3 December 2001 <a href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">http://www.oasis-open.org/committees/relax-ng/spec-20011203.html</a>
 </li>
+  <li>W3C XML Schemas Part 2: Datatypes <a href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">REC 02 May
+    2001</a> except the base64Binary and hexBinary types</li>
 </ul>
 <p>In most cases libxml tries to implement the specifications in a relatively
 strictly compliant way. As of release 2.4.16, libxml2 passes all 1800+ tests
@@ -159,8 +161,9 @@
   <li>DocBook SGML v4: libxml2 includes a hackish parser to transition to
   XML</li>
 </ul>
-<p>A partial implementation of XML Schemas is being worked on but it would be
-far too early to make any conformance statement about it at the moment.</p>
+<p>A partial implementation of <a href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/">XML Schemas Part
+1: Structure</a> is being worked on but it would be far too early to make any
+conformance statement about it at the moment.</p>
 <p>Separate documents:</p>
 <ul>
 <li>
diff --git a/doc/xml.html b/doc/xml.html
index 2330a1d..9470892 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -61,6 +61,9 @@
     href="http://www.w3.org/TR/xml-exc-c14n">http://www.w3.org/TR/xml-exc-c14n</a></li>
   <li>Relax NG Committee Specification 3 December 2001 <a
     href="http://www.oasis-open.org/committees/relax-ng/spec-20011203.html">http://www.oasis-open.org/committees/relax-ng/spec-20011203.html</a></li>
+  <li>W3C XML Schemas Part 2: Datatypes <a
+    href="http://www.w3.org/TR/2001/REC-xmlschema-2-20010502/">REC 02 May
+    2001</a> except the base64Binary and hexBinary types</li>
 </ul>
 
 <p>In most cases libxml tries to implement the specifications in a relatively
@@ -86,8 +89,10 @@
   XML</li>
 </ul>
 
-<p>A partial implementation of XML Schemas is being worked on but it would be
-far too early to make any conformance statement about it at the moment.</p>
+<p>A partial implementation of <a
+href="http://www.w3.org/TR/2001/REC-xmlschema-1-20010502/">XML Schemas Part
+1: Structure</a> is being worked on but it would be far too early to make any
+conformance statement about it at the moment.</p>
 
 <p>Separate documents:</p>
 <ul>
@@ -574,8 +579,8 @@
   <li>Red Hat RPMs for i386 are available directly on <a
     href="ftp://xmlsoft.org/">xmlsoft.org</a>, the source RPM will compile on
     any architecture supported by Red Hat.</li>
-  <li><a href="mailto:igor@zlatkovic.com"><p>Igor  Zlatkovic</p>
-    </a> is now the maintainer of the Windows port, <a
+  <li><p><a href="mailto:igor@zlatkovic.com">Igor  Zlatkovic</a></p>
+     is now the maintainer of the Windows port, <a
     href="http://www.zlatkovic.com/projects/libxml/index.html">he provides
     binaries</a>.</li>
   <li><a href="mailto:Gary.Pennington@sun.com">Gary Pennington</a> provides
@@ -2889,48 +2894,7 @@
         ret-&gt;writecallback = xmlFileWrite;
         ret-&gt;closecallback = NULL;  /* No close callback */
     }
-    return(ret); <br>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+    return(ret);
 } </pre>
   </li>
   <li>And then use it to save the document:
diff --git a/doc/xmlio.html b/doc/xmlio.html
index 1dbce50..627d577 100644
--- a/doc/xmlio.html
+++ b/doc/xmlio.html
@@ -230,48 +230,7 @@
         ret-&gt;writecallback = xmlFileWrite;
         ret-&gt;closecallback = NULL;  /* No close callback */
     }
-    return(ret); <br>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+    return(ret);
 } </pre>
   </li>
   <li>And then use it to save the document: