Resolved! How to pretty print the XML.
I wan to develop one function which takes the XML as an input and returns an well formatted XML with indentation, just like how we do pretty print.How can i do that?Example:<level1><level2><apple>content</apple><boo>something else</boo><level3><baba>...
