Take xml loaded into a string and convert it back into regular xml format
akorb1 opened this issue · 1 comments
akorb1 commented
When a tree is created with newly created xml and then saved as a string, I would something to be able to take it out of string format and put it back into normal xml format for printing purposes.
michaelrsweet commented
@akorb1 If you want pretty-formatted XML, use a save callback to insert whitespace.