tags:

views:

39

answers:

1

Is there a tool/library/class/function for formatting XML when displaying it in a TextView in Android? I need to present some XML snippets to users and was looking for a convenient way to achieve this, rather than having to parse and format it manually...

Thanks

+1  A: 

This post will help you

http://stackoverflow.com/questions/139076/how-to-pretty-print-xml-from-java

Gopi