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.