Added a \versionchanged since the API changed to support

namespaces with 1.5.2.

Added an index entry.

Fixed XML expansion:  XML is the "Extensible Markup Language", not the
"eXtended Markup Language".
This commit is contained in:
Fred Drake 1998-12-22 18:46:13 +00:00
parent 66419bafc6
commit 5cb48a4c98
1 changed files with 4 additions and 1 deletions

View File

@ -7,9 +7,12 @@
\modulesynopsis{A parser for XML documents.}
\index{XML}
\index{Extensible Markup Language}
\versionchanged{1.5.2}
This module defines a class \class{XMLParser} which serves as the basis
for parsing text files formatted in XML (eXtended Markup Language).
for parsing text files formatted in XML (Extensible Markup Language).
\begin{classdesc}{XMLParser}{}
The \class{XMLParser} class must be instantiated without arguments.