Differences between revisions 2 and 3
Revision 2 as of 2005-12-14 10:49:56
Size: 666
Editor: c5850-a2-4-62-147-14-89
Comment:
Revision 3 as of 2008-03-11 10:50:29
Size: 670
Editor: localhost
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]]

elementTree for XML

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.

cElementTree

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.

elementTree (last edited 2008-03-11 10:50:29 by localhost)

NOTE: To edit pages in this wiki you must be a member of the TrustedEditorsGroup.