ElementTree
For those not in the know ElementTree is a Python API created by Fredrik Lundh to handle XML data in a simple, clean and powerful way. However, unlike the more complicated non-pythonic modules such as SAX and DOM – it is not included in the core Python installation. If you’ve any experience with using Python [...]
