python-devtools
python-devtools copied to clipboard
pretty print XML ElementTree
What is this issue about? Could you please elaborate? What should be pretty printed? the XML file, the string which can be parsed by XML or the full output should be converted to XML?
I think objects of type xml.etree.ElementTree
exactly, currently this library doesn't know how to pretty print them I think.