|
Size: 666
Comment:
|
← Revision 3 as of 2008-03-11 10:50:29 ⇥
Size: 670
Comment: converted to 1.6 markup
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| [http://effbot.org/downloads/#elementtree elementTree for XML] | [[http://effbot.org/downloads/#elementtree|elementTree for XML]] |
| Line 5: | Line 5: |
| [http://effbot.org/downloads/#cElementTree cElementTree] | [[http://effbot.org/downloads/#cElementTree|cElementTree]] |
The ElementTree toolkit contains a number of light-weight components for working with XML, including the Element and ElementTree types, XML parsers and writers, etc. The toolkit is faster and more memory-efficient than comparable toolkits, and can be used with Python 1.5.2 and later.
This is an add-on to the standard ElementTree package, which adds a very fast and memory-efficient alternative implementation of the ElementTree API. Note that to use this, you need to install both this kit and the standard ElementTree kit.
