navigate.tools.xml_tools.dict_to_xml
- navigate.tools.xml_tools.dict_to_xml(d, tag=None, level=0)
Parse a Python dictionary to XML.
- Parameters:
d (dict) – Dictionary to parse to XML.
tag (str) – Root key of dictionary
- Returns:
xml – String of XML tags produced from dictionary.
- Return type:
str