Added parserInternals.h to Makefile.am and the generated HTML docs, Daniel.
diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml
new file mode 100644
index 0000000..39ecb8e
--- /dev/null
+++ b/doc/gnome-xml.sgml
@@ -0,0 +1,25 @@
+<!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/error.sgml">
+<!entity valid SYSTEM "sgml/valid.sgml">
+<!entity parserInternals SYSTEM "sgml/parserInternals.sgml">
+]>
+
+<book>
+  <bookinfo>
+      <title>Gnome XML Library Reference Manual</title>
+  </bookinfo>
+
+  <chapter id="libxml">
+    <title>Gnome XML Library</title>
+    &parser; The parser general interfaces
+    &tree; Manipulation the tree generated by the parser
+    &entities; Routines for handling entities
+    &valid; All the stuff defined in DTDs
+    &error; Callbacks in case of parsing error
+    &parserInternals; Access to the parser internal routines
+  </chapter>
+</book>
+