Closing #3908 and #3937 and a memory leak in the SAX API
added SAX.h mostly useful for the doc generation
Regenerated all the docs,
Daniel
diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml
index abcae9b..018ce71 100644
--- a/doc/gnome-xml.sgml
+++ b/doc/gnome-xml.sgml
@@ -1,16 +1,19 @@
 <!doctype book PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
-<!entity parser SYSTEM "sgml/parser.sgml">
-<!entity tree SYSTEM "sgml/tree.sgml">
-<!entity entities SYSTEM "sgml/entities.sgml">
-<!entity error SYSTEM "sgml/xml-error.sgml">
-<!entity valid SYSTEM "sgml/valid.sgml">
-<!entity xpath SYSTEM "sgml/xpath.sgml">
 <!entity SAX SYSTEM "sgml/SAX.sgml">
+<!entity entities SYSTEM "sgml/entities.sgml">
+<!entity encoding SYSTEM "sgml/encoding.sgml">
+<!entity parser SYSTEM "sgml/parser.sgml">
+<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
+<!entity error SYSTEM "sgml/xml-error.sgml">
 <!entity HTMLparser SYSTEM "sgml/HTMLparser.sgml">
 <!entity HTMLtree SYSTEM "sgml/HTMLtree.sgml">
-<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
+<!entity debugXML SYSTEM "sgml/debugXML.sgml">
+<!entity tree SYSTEM "sgml/tree.sgml">
+<!entity xpath SYSTEM "sgml/xpath.sgml">
+<!entity xmlIO SYSTEM "sgml/xmlIO.sgml">
 <!entity xmlmemory SYSTEM "sgml/xmlmemory.sgml">
 <!entity nanohttp SYSTEM "sgml/nanohttp.sgml">
+<!entity valid SYSTEM "sgml/valid.sgml">
 ]>
 
 <book>
@@ -79,7 +82,10 @@
     &HTMLtree;
     &xpath;
     &nanohttp;
+    &xmlIO;
     &parserInternals;
+    &encoding;
+    &debugXML;
     &xmlmemory;
   </chapter>
 </book>