By: | Fredrik Lundh |
Version: | 1.2.6 |
Last release: | 2005-03-16 |
Platforms: | Python |
Category: | XML middleware |
Info on web: | http://effbot.org/zone/element-index.htm |
Feedback: | Something wrong? Follow this link. |
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.