2

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

MalcomTucker
  • 7,217
  • 12
  • 67
  • 92
  • Possible duplicate of [How to pretty print XML from Java?](http://stackoverflow.com/questions/139076/how-to-pretty-print-xml-from-java) – ThomasRS Dec 16 '15 at 14:43

1 Answers1

1

This post will help you

How to pretty print XML from Java?

Community
  • 1
  • 1
Gopi
  • 9,915
  • 4
  • 29
  • 45