/Doc/library/xml.etree.rst

http://unladen-swallow.googlecode.com/ · ReStructuredText · 24 lines · 16 code · 8 blank · 0 comment · 0 complexity · 1a6d413f60aee605e8191b2abdc089c7 MD5 · raw file

  1. :mod:`xml.etree` --- The ElementTree API for XML
  2. ================================================
  3. .. module:: xml.etree
  4. :synopsis: Package containing common ElementTree modules.
  5. .. moduleauthor:: Fredrik Lundh <fredrik@pythonware.com>
  6. .. versionadded:: 2.5
  7. The ElementTree package is a simple, efficient, and quite popular library for
  8. XML manipulation in Python. The :mod:`xml.etree` package contains the most
  9. common components from the ElementTree API library. In the current release,
  10. this package contains the :mod:`ElementTree`, :mod:`ElementPath`, and
  11. :mod:`ElementInclude` modules from the full ElementTree distribution.
  12. .. XXX To be continued!
  13. .. seealso::
  14. `ElementTree Overview <http://effbot.org/tag/elementtree>`_
  15. The home page for :mod:`ElementTree`. This includes links to additional
  16. documentation, alternative implementations, and other add-ons.