EmeraldTree - a light-weight XML object model for Python.
Project description
EmeraldTree is a fork of ElementTree - the main differences are:
It has a slightly different API:
Handling of text: it uses unicode objects as children (not as “tail” attributes of the elements)
API cleanups, removing backward compatibility
Better unicode support
Other improvements / optimizations
The fork happened at ElementTree 1.3a3-20070912-preview.
For more details please see the EmeraldTree repository.