Fredrik Lundh | 245c619 | 2005-12-12 21:59:44 +0000 | [diff] [blame^] | 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 |
|
| 10 | The ElementTree package is a simple, efficient, and quite popular
|
| 11 | library for XML manipulation in Python.
|
| 12 |
|
| 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.
|
| 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}
|