Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3425011

Browse files
committed
Added an index entry.
1 parent 50cdd97 commit 3425011

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

Doc/lib/libxmllib.tex

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
\section{\module{xmllib} ---
2-
A parser for XML documents.}
2+
A parser for XML documents}
3+
34
\declaremodule{standard}{xmllib}
5+
\modulesynopsis{A parser for XML documents.}
46
\moduleauthor{Sjoerd Mullender}{[email protected]}
57
\sectionauthor{Sjoerd Mullender}{[email protected]}
68

7-
\modulesynopsis{A parser for XML documents.}
89

910
\index{XML}
1011
\index{Extensible Markup Language}
@@ -225,10 +226,12 @@ \section{\module{xmllib} ---
225226
implementation does nothing.
226227
\end{methoddesc}
227228
228-
\subsection{XML Namespaces}
229+
230+
\subsection{XML Namespaces \label{xml-namespace}}
229231
230232
This module has support for XML namespaces as defined in the XML
231233
Namespaces proposed recommendation.
234+
\indexii{XML}{namespaces}
232235
233236
Tag and attribute names that are defined in an XML namespace are
234237
handled as if the name of the tag or element consisted of the

0 commit comments

Comments
 (0)