I generate a long and ugly XML string with python, and I need to filter it through pretty printer to look better.
I found this post for python pretty printers, but I have to write the XML string to a file to be read back to use the tools, which I want to avoid if possible.
What python pretty tools that works on string are available?