I use JSONLint.com to help me quickly turn JSON dumps into something readable and right now I am dealing with some hefty ever-changing XML that I'd love to be able to read easier. Does anyone know of a tool like JSONLint for XML?
Asked
Active
Viewed 1,870 times
2 Answers
2
If you're just looking for formatting, rather than validation, you can use http://xmlbeautifier.com/

bdukes
- 152,002
- 23
- 148
- 175
-
This should do just fine! Thanks. – Matthew Whittemore Nov 06 '12 at 20:52
-
1doesn't work for me. but http://www.freeformatter.com/xml-formatter.html is much better – Ji Fang May 29 '14 at 20:06
0
Best tool available for formatting and validating XML is http://codebeautify.org/xmlviewer

James Malvi
- 90
- 7