output_xml

wss_tools.utils.io.output_xml(xmldict, filename)[source]

Write given dictionary to XML.

Parameters
xmldictdict

Dictionary to be converted.

filenamestr

Output XML file.

Raises
OSError

Output file exists.