Remove deprecated xmllib from inclusion in the docs.
diff --git a/Doc/Makefile.deps b/Doc/Makefile.deps
index 11257ee..0194cc7 100644
--- a/Doc/Makefile.deps
+++ b/Doc/Makefile.deps
@@ -252,7 +252,6 @@
 	lib/libre.tex \
 	lib/libuserdict.tex \
 	lib/libdis.tex \
-	lib/libxmllib.tex \
 	lib/libxmlrpclib.tex \
 	lib/libsimplexmlrpc.tex \
 	lib/libdocxmlrpc.tex \
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 443e331..78556bf 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -281,7 +281,7 @@
 \input{xmlsaxhandler}
 \input{xmlsaxutils}
 \input{xmlsaxreader}
-\input{libxmllib}
+% \input{libxmllib}
 
 \input{libmm}                   % Multimedia Services
 \input{libaudioop}