| home | standards | vendors | platforms | categories | search |
| Type | Product |
|---|---|
| Version | 1.2.6 |
| Last release | 2005-03-16 |
| Vendor(s) | Fredrik Lundh |
| Category | XML middleware |
| Platform | Python |
| Home page | http://effbot.org/zone/element-index.htm |
| Feedback | Problem reporting form |
| PSI | http://psi.garshol.priv.no/xmltools/product/ElementTree |
ElementTree is an API for creating hierarchical data structures, such as XML documents. It can load XML documents into element trees, and save them back to files, and provides an API for working with the structures in between. The goal of the project is to provide a simple, easy-to-use API, which is light-weight and efficient.