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?

有帮助吗?

解决方案

If you're just looking for formatting, rather than validation, you can use http://xmlbeautifier.com/

其他提示

Best tool available for formatting and validating XML is http://codebeautify.org/xmlviewer

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top