This is how I save the XML:
lb = ipbdom_doc.SaveDocument(is_filename)
After that, when I open the xml-file with an editor the whole xml
seems to be in one single line. Which is very hard to be reviewed.
How can I get an output with one line for each XML-element?
Please do share if you have come up with a solution already! I'm
struggeling with the same problem, but I have my XML saved as a string
in a database...
-Jani