diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-19 23:45:06 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-19 23:45:06 (GMT) |
commit | 342501142de1c9a323afcffd105a2c680c048191 (patch) | |
tree | 71ef8e2298b8b384715110d631ba98f138769fdd /Doc | |
parent | 50cdd97ec4ab11620a5d55d2f760afe51280eb71 (diff) | |
download | cpython-342501142de1c9a323afcffd105a2c680c048191.zip cpython-342501142de1c9a323afcffd105a2c680c048191.tar.gz cpython-342501142de1c9a323afcffd105a2c680c048191.tar.bz2 |
Added an index entry.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libxmllib.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index b19da6d..3ec36e0 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -1,10 +1,11 @@ \section{\module{xmllib} --- - A parser for XML documents.} + A parser for XML documents} + \declaremodule{standard}{xmllib} +\modulesynopsis{A parser for XML documents.} \moduleauthor{Sjoerd Mullender}{Sjoerd.Mullender@cwi.nl} \sectionauthor{Sjoerd Mullender}{Sjoerd.Mullender@cwi.nl} -\modulesynopsis{A parser for XML documents.} \index{XML} \index{Extensible Markup Language} @@ -225,10 +226,12 @@ intended to be overridden by a derived class; the base class implementation does nothing. \end{methoddesc} -\subsection{XML Namespaces} + +\subsection{XML Namespaces \label{xml-namespace}} This module has support for XML namespaces as defined in the XML Namespaces proposed recommendation. +\indexii{XML}{namespaces} Tag and attribute names that are defined in an XML namespace are handled as if the name of the tag or element consisted of the |