Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 906e26e897b4b2e4b938c65fc4cf9d3b13fa069d authored by Martin v. Löwis on 14 January 2010, 17:41:58 UTC
Prepare for 2.5.5c1.
Tip revision: 906e26e
xmletree.tex
\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}
back to top