Can someone recommend an xml beautifier online, something just like jsonlint.org?
|
closed as off topic by Will♦ May 23 '11 at 13:17
Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
http://www.thedeveloperday.com/tools/beautyXML/ I have found this tool to be quite useful - in fact, when I search SO for one, I find this post :) how awesome is that! One drawback to this is that it will send your input over the wire as opposed to doing it locally. This normally isn't an issue (and might be better for large blocks of text that Javascript would typically bomb out on. But if your data is sensitive in nature, you might ant to look for another solution. |
||||
|
You should try Pretty Diff. It can handle XML, JSTL, PHP, ASP, and so forth and it is written entirely in JavaScript. |
|||||
|
|
Pretty-print.org is my personal favourite: www.pretty-print.org. It can handle also JSON, Javascript, C#, Java and many others. |
|||
|
|