Commit 5cb48a4c authored by Fred Drake's avatar Fred Drake

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".
parent 66419baf
...@@ -7,9 +7,12 @@ ...@@ -7,9 +7,12 @@
\modulesynopsis{A parser for XML documents.} \modulesynopsis{A parser for XML documents.}
\index{XML} \index{XML}
\index{Extensible Markup Language}
\versionchanged{1.5.2}
This module defines a class \class{XMLParser} which serves as the basis 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}{} \begin{classdesc}{XMLParser}{}
The \class{XMLParser} class must be instantiated without arguments. The \class{XMLParser} class must be instantiated without arguments.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment