[XML-SIG] ANN: ElementTree 1.1 beta 2

Fredrik Lundh fredrik@pythonware.com
Sun, 24 Nov 2002 13:45:32 +0100


The Element type is a simple but flexible container object, designed
to store hierarchical data structures, such as simplified XML infosets,
in memory. The element type can be described as a cross between a
Python list and a dictionary.

The ElementTree toolkit contains an Element implementation in Python,
and code to read XML and HTML files into trees of Element objects, and
write them out as XML.

You can get the ElementTree toolkit from:

    http://effbot.org/downloads

See the README file for a list of changes in this release.

Brief documentation and some code samples (including an XML-RPC
unmarshaller in 16 lines) are available from:

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

Report bugs to this list, and/or (preferred) directly to me.

enjoy /F