There are several XML and tree implementations, xml, xml.etree, xml.minidom and lxml.

xml
AFAIK unmaintained, libxml2 as dependency.
xml.etree (ElementTree)
Actively maintained, one large API problem: no text nodes.
xml.minidom
Old, was never really usable.
lxml
libxml2 as dependency.

MoinMoin: BastianBlank/Tree (last edited 2008-05-20 17:54:06 by BastianBlank)