#Loading an XML Documentfrom xml.dom import minidom xmldoc = minidom.parse('binary.xml') print xmldoc print xmldoc.toxml()