blob: 789062d81de74e63554bb3c5d917f336586ae296 [file] [log] [blame]
Fredrik Lundh245c6192005-12-12 21:59:44 +00001\section{\module{xml.etree} ---
2 The ElementTree API for XML}
3
4\declaremodule{standard}{xml.etree}
5\modulesynopsis{Package containing common ElementTree modules.}
6\moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}
7
8\versionadded{2.5}
9
10The ElementTree package is a simple, efficient, and quite popular
11library for XML manipulation in Python.
12
13The \module{xml.etree} package contains the most common components
14from the ElementTree API library.
15In the current release, this package contains the \module{ElementTree},
16\module{ElementPath}, and \module{ElementInclude} modules from the full
17ElementTree distribution.
18
19% XXX To be continued!
20
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}