- xmlIO.c catalog.c: plugged in the default catalog resolution
- doc/gnome-xml.sgml: linked in the Docbook parser and catalog
  documentations
- doc/html/libxml-*.html: rebuild added the missing ones to CVS
Daniel
diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml
index 1dc156e..07123c2 100644
--- a/doc/gnome-xml.sgml
+++ b/doc/gnome-xml.sgml
@@ -15,6 +15,8 @@
 <!entity xpointer SYSTEM "sgml/xpointer.sgml">
 <!entity xinclude SYSTEM "sgml/xinclude.sgml">
 <!entity xmlIO SYSTEM "sgml/xmlIO.sgml">
+<!entity catalog SYSTEM "sgml/catalog.sgml">
+<!entity DOCBparser SYSTEM "sgml/DOCBparser.sgml">
 <!entity xmlmemory SYSTEM "sgml/xmlmemory.sgml">
 <!entity nanohttp SYSTEM "sgml/nanohttp.sgml">
 <!entity nanoftp SYSTEM "sgml/nanoftp.sgml">
@@ -93,6 +95,8 @@
     &nanohttp;
     &nanoftp;
     &xmlIO;
+    &catalog;
+    &DOCBparser;
     &parserInternals;
     &encoding;
     &debugXML;