summaryrefslogtreecommitdiffstats
path: root/Doc/library/xml.etree.rst
blob: 9d395591fe8d795f0b9337ca174de77c7dec1e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
:mod:`xml.etree` --- The ElementTree API for XML
================================================

.. module:: xml.etree
   :synopsis: Package containing common ElementTree modules.
.. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>


The ElementTree package is a simple, efficient, and quite popular  library for
XML manipulation in Python.    The :mod:`xml.etree` package contains the most
common components  from the ElementTree API library.  In the current release,
this package contains the :mod:`ElementTree`,  :mod:`ElementPath`, and
:mod:`ElementInclude` modules from the full  ElementTree distribution.

.. % XXX To be continued!


.. seealso::

   `ElementTree Overview <http://effbot.org/tag/elementtree>`_
      The home page for :mod:`ElementTree`.  This includes links  to additional
      documentation, alternative implementations, and  other add-ons.