Revision 1 as of 2005-03-27 16:08:23

Clear message

The ElementTree library provides an Element type, which is a simple but flexible container object, designed to store hierarchical data structures such as simplified XML infosets. The library also provides support for reading and writing Element structures as XML.

The Element type is available as a pure-Python implementation for Python 1.5.2 and later. A high-performance C implementation is also available.

For more information, and downloads, see: http://effbot.org/zone/element-index.htm

Unable to edit the page? See the FrontPage for instructions.