updated the web site separated developers from common pages, made the

* NEWS doc/*.xsl doc/*.html: updated the web site separated
  developers from common pages, made the transition to XHTML1,
  added validity checking to the makefile rules.
Daniel
diff --git a/doc/xml.html b/doc/xml.html
index bf6f483..621e555 100644
--- a/doc/xml.html
+++ b/doc/xml.html
@@ -432,7 +432,7 @@
 
 <p></p>
 
-<h2><a name="Documentat">Documentation</a></h2>
+<h2><a name="Documentat">Developer Documentation</a></h2>
 
 <p>There are several on-line resources related to using libxml:</p>
 <ol>
@@ -449,6 +449,8 @@
     examples</a> on how to use libxml.</li>
   <li>John Fleck's libxml tutorial: <a href="tutorial/index.html">html</a> or
     <a href="tutorial/xmltutorial.pdf">pdf</a>.</li>
+  <li>If you need to parse large files, check the <a
+    href="xmlreader.html">xmlReader</a> API tutorial</li>
   <li><a href="mailto:james@daa.com.au">James Henstridge</a> wrote <a
     href="http://www.daa.com.au/~james/gnome/xml-sax/xml-sax.html">some nice
     documentation</a> explaining how to use the libxml SAX interface.</li>