preparing 2.4.17 release updated and rebuilt the docs fixed a comment

* configure.in: preparing 2.4.17 release
* doc/*: updated and rebuilt the docs
* xpath.c: fixed a comment
* python/libxml.c: fixed a possible reentrancy problem
Daniel
diff --git a/doc/gnome-xml.sgml b/doc/gnome-xml.sgml
index 4eb0464..109e254 100644
--- a/doc/gnome-xml.sgml
+++ b/doc/gnome-xml.sgml
@@ -16,6 +16,7 @@
 <!entity xinclude SYSTEM "sgml/xinclude.sgml">
 <!entity xmlIO SYSTEM "sgml/xmlIO.sgml">
 <!entity catalog SYSTEM "sgml/catalog.sgml">
+<!entity c14n SYSTEM "sgml/c14n.sgml">
 <!entity DOCBparser SYSTEM "sgml/DOCBparser.sgml">
 <!entity xmlmemory SYSTEM "sgml/xmlmemory.sgml">
 <!entity nanohttp SYSTEM "sgml/nanohttp.sgml">
@@ -100,6 +101,7 @@
     &nanoftp;
     &xmlIO;
     &catalog;
+    &c14n;
     &threads;
     &globals;
     &global_functions;