[XML-SIG] ANN: ElementTree 1.2.5 (march 2, 2005)

Fredrik Lundh fredrik at pythonware.com
Wed Mar 2 20:05:31 CET 2005


The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory.  The ElementTree package provides a Python implementation
of this type, plus code to serialize element trees to and from XML files.

ElementTree 1.2.5 is 1.2.4 plus an implementation of the "iterparse" parser
from cElementTree.  This alternative parser lets you inspect and modify the
tree as it is being built.

You can get the ElementTree package from:

    http://effbot.org/downloads#elementtree

Documentation, code samples, and pointers to articles about the Element-
Tree package are available from:

    http://effbot.org/zone/element.htm

enjoy /F 





More information about the XML-SIG mailing list