applied syntax patch from Rick Jones and rebuilt the web site. Daniel

* doc/xml.html doc/*.html: applied syntax patch from Rick Jones
  and rebuilt the web site.
Daniel
diff --git a/doc/intro.html b/doc/intro.html
index a05bd4e..19d284d 100644
--- a/doc/intro.html
+++ b/doc/intro.html
@@ -93,20 +93,20 @@
 <ul>
 <li>Libxml exports Push (progressive) and Pull (blocking) type parser
     interfaces for both XML and HTML.</li>
-<li>Libxml can do DTD validation at parse time, using a parsed document
+  <li>Libxml can do DTD validation at parse time, using a parsed document
     instance, or with an arbitrary DTD.</li>
-<li>Libxml includes complete <a href="http://www.w3.org/TR/xpath">XPath</a>, <a href="http://www.w3.org/TR/xptr">XPointer</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a> implementations.</li>
-<li>It is written in plain C, making as few assumptions as possible, and
+  <li>Libxml includes complete <a href="http://www.w3.org/TR/xpath">XPath</a>, <a href="http://www.w3.org/TR/xptr">XPointer</a> and <a href="http://www.w3.org/TR/xinclude">XInclude</a> implementations.</li>
+  <li>It is written in plain C, making as few assumptions as possible, and
     sticking closely to ANSI C/POSIX for easy embedding. Works on
     Linux/Unix/Windows, ported to a number of other platforms.</li>
-<li>Basic support for HTTP and FTP client allowing applications to fetch
-    remote resources</li>
-<li>The design is modular, most of the extensions can be compiled out.</li>
-<li>The internal document representation is as close as possible to the <a href="http://www.w3.org/DOM/">DOM</a> interfaces.</li>
-<li>Libxml also has a <a href="http://www.megginson.com/SAX/index.html">SAX
+  <li>Basic support for HTTP and FTP client allowing applications to fetch
+    remote resources.</li>
+  <li>The design is modular, most of the extensions can be compiled out.</li>
+  <li>The internal document representation is as close as possible to the <a href="http://www.w3.org/DOM/">DOM</a> interfaces.</li>
+  <li>Libxml also has a <a href="http://www.megginson.com/SAX/index.html">SAX
     like interface</a>; the interface is designed to be compatible with <a href="http://www.jclark.com/xml/expat.html">Expat</a>.</li>
-<li>This library is released under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
-    License</a> see the Copyright file in the distribution for the precise
+  <li>This library is released under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
+    License</a>. See the Copyright file in the distribution for the precise
     wording.</li>
 </ul>
 <p>Warning: unless you are forced to because your application links with a