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/threads.html b/doc/threads.html
index 9aa55c0..eba4457 100644
--- a/doc/threads.html
+++ b/doc/threads.html
@@ -92,7 +92,7 @@
 however a couple of things to do to ensure it:</p>
 <ul>
 <li>configure the library accordingly using the --with-threads options</li>
-<li>call xmlInitParser() in the &quot;main&quot; thread before using any of the
+  <li>call xmlInitParser() in the &quot;main&quot; thread before using any of the
     libxml API (except possibly selecting a different memory allocator)</li>
 </ul>
 <p>Note that the thread safety cannot be ensured for multiple threads sharing
@@ -101,13 +101,13 @@
 The parts of the library checked for thread safety are:</p>
 <ul>
 <li>concurrent loading</li>
-<li>file access resolution</li>
-<li>catalog access</li>
-<li>catalog building</li>
-<li>entities lookup/accesses</li>
-<li>validation</li>
-<li>global variables per-thread override</li>
-<li>memory handling</li>
+  <li>file access resolution</li>
+  <li>catalog access</li>
+  <li>catalog building</li>
+  <li>entities lookup/accesses</li>
+  <li>validation</li>
+  <li>global variables per-thread override</li>
+  <li>memory handling</li>
 </ul>
 <p>XPath is supposed to be thread safe now, but this wasn't tested
 seriously.</p>