import xml.etree.ElementTree as ET
root = ET.parse('thefile.xml').getroot()
import xml.dom.minidom
from xml.dom import getChildNodesByName
xdom = xml.dom.minidom.parse("GenericAddressing.xml")
xdoc = xdom.documentElement
root = ET.fromstring(xmlData)