poppy.core.tools.xml module

poppy.core.tools.xml.loadXML(filename, *args, **kwargs)[source]

To load a file in xml format.

poppy.core.tools.xml.prettify(element, indent='\t', encoding='utf-8')[source]

To make a nice print of an element of an XML tree.