Remove deprecated xmllib from inclusion in the docs.
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}