Added a test for the ability to specify a class attribute in Formatter configuration...
[python.git] / Doc / lib / xmletree.tex
blob789062d81de74e63554bb3c5d917f336586ae296
1 \section{\module{xml.etree} ---
2 The ElementTree API for XML}
4 \declaremodule{standard}{xml.etree}
5 \modulesynopsis{Package containing common ElementTree modules.}
6 \moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}
8 \versionadded{2.5}
10 The ElementTree package is a simple, efficient, and quite popular
11 library for XML manipulation in Python.
13 The \module{xml.etree} package contains the most common components
14 from the ElementTree API library.
15 In the current release, this package contains the \module{ElementTree},
16 \module{ElementPath}, and \module{ElementInclude} modules from the full
17 ElementTree distribution.
19 % XXX To be continued!
21 \begin{seealso}
22 \seetitle[http://effbot.org/tag/elementtree]
23 {ElementTree Overview}
24 {The home page for \module{ElementTree}. This includes links
25 to additional documentation, alternative implementations, and
26 other add-ons.}
27 \end{seealso}