source: vendor/python/2.5/Doc/lib/xmletree.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 947 bytes
Line 
1\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}
Note: See TracBrowser for help on using the repository browser.