Categories
Element Tree
The Element type is a simple but flexible container object, designed to store hierarchical data structures, such as simplified XML infosets, in memory. The element type can be described as a cross between a Python list and a Python dictionary.
The ElementTree wrapper type adds code to load XML files as trees of Element objects, and save them back again.
The Element type is available as a pure-Python implementation for Python 1.5.2 and later. A C implementation is also available, for use with CPython 2.1 and later. The core components of both libraries are also shipped with Python 2.5 and later.
Last updated 27 Feb, 2009
Versions
1.2.6
- Released: 27 Feb, 2009
- Code Maturity: Stable
- Source Archive: http://effbot.org/media/downloads/elementtree-1...
- Licenses: Expat
- Interfaces: Library




