Differences between revisions 3 and 4
Revision 3 as of 2006-01-14 12:59:52
Size: 697
Editor: FredrikLundh
Comment:
Revision 4 as of 2006-03-24 19:38:52
Size: 716
Editor: aawi91
Comment: lxml is fast!
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
It has many extensions exposing advanced libxml2/libxslt features: It is really fast and has many extensions exposing advanced libxml2/libxslt features:

The ElementTree library provides an Element type, which is a simple but flexible container object, designed to store hierarchical data structures such as simplified XML infosets. The library also provides support for reading and writing Element structures as XML.

The Element type is available as a pure-Python implementation for Python 1.5.2 and later. A high-performance C implementation is also available.

For more information, downloads, and add-ons, see: http://effbot.org/zone/element-index.htm

There is also an implementation of the ElementTree API on top of libxml2 called lxml. It is really fast and has many extensions exposing advanced libxml2/libxslt features:

http://codespeak.net/lxml

ElementTree (last edited 2011-02-26 09:31:30 by StefanBehnel)

Unable to edit the page? See the FrontPage for instructions.