elementtree 1.2.3

Parse an XML file into Python elementtree like structure
Documentation
1
2
3
4
5
6
StartDocument(1.0, UTF-8)
ProcessingInstruction(xml-stylesheet="href=\"doc.xsl\"")
StartElement(doc)
Characters("Hello")
EndElement(doc)
EndDocument