navigate.tools.xml_tools.parse_xml
- navigate.tools.xml_tools.parse_xml(root: Element) → dict
Parse an XML ElementTree.
TODO: Does not account for namespacing. See OME-XML.
- Parameters:
root (xml.etree.ElementTree.Element) – root Element of XML ElementTree
- Returns:
d – Dictionary representation of the XML file.
- Return type:
dict