diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-22 18:46:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-22 18:46:13 (GMT) |
commit | 5cb48a4c986bffcc773ada754ee9757db2a76e58 (patch) | |
tree | 083afdfb50930a9bfe6417f2a8bc0a7e40a62d89 /Doc/lib/libxmllib.tex | |
parent | 66419bafc67a79a3edc2998ffea69e7ccb05ff7a (diff) | |
download | cpython-5cb48a4c986bffcc773ada754ee9757db2a76e58.zip cpython-5cb48a4c986bffcc773ada754ee9757db2a76e58.tar.gz cpython-5cb48a4c986bffcc773ada754ee9757db2a76e58.tar.bz2 |
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".
Diffstat (limited to 'Doc/lib/libxmllib.tex')
-rw-r--r-- | Doc/lib/libxmllib.tex | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/lib/libxmllib.tex b/Doc/lib/libxmllib.tex index 8c4131e..02944e2 100644 --- a/Doc/lib/libxmllib.tex +++ b/Doc/lib/libxmllib.tex @@ -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. |