mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added an index entry.
This commit is contained in:
parent
50cdd97ec4
commit
342501142d
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue