summaryrefslogtreecommitdiffstats
path: root/Doc/lib/xmletree.tex
blob: 789062d81de74e63554bb3c5d917f336586ae296 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
\section{\module{xml.etree} ---
         The ElementTree API for XML}

\declaremodule{standard}{xml.etree}
\modulesynopsis{Package containing common ElementTree modules.}
\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}

\versionadded{2.5}

The ElementTree package is a simple, efficient, and quite popular
library for XML manipulation in Python.

The \module{xml.etree} package contains the most common components
from the ElementTree API library.
In the current release, this package contains the \module{ElementTree},
\module{ElementPath}, and \module{ElementInclude} modules from the full
ElementTree distribution.

% XXX To be continued!

\begin{seealso}
\seetitle[http://effbot.org/tag/elementtree]
        {ElementTree Overview}
        {The home page for \module{ElementTree}.  This includes links
         to additional documentation, alternative implementations, and
         other add-ons.}
\end{seealso}