XML Python Tutorial

from xml.dom  import minidom
DOMTree = minidom.parse('emails.xml')
print DOMTree.toxml()