diff options
Diffstat (limited to 'Doc/lib/libxmllib.tex')
-rw-r--r-- | Doc/lib/libxmllib.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 4306aca..129ab17 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -1,7 +1,9 @@ \section{Standard Module \module{xmllib}} % Author: Sjoerd Mullender -\label{module-xmllib} -\stmodindex{xmllib} +\declaremodule{standard}{xmllib} + +\modulesynopsis{A parser for XML documents.} + \index{XML} This module defines a class \class{XMLParser} which serves as the basis |