Format XML:
http://www.shell-tools.net/index.php?op=xml_format
Parse XSD:
http://www.shell-tools.net/index.php?op=xml_parse_xsd
Format JSON:
http://www.shell-tools.net/index.php?op=json_format
other useful stuff at same url
Also some pointed out in the comments:
http://xmltoolbox.appspot.com
Nice site.
ReplyDeleteI use this tool aswell. It has a few other features beside formatting xml.
http://xmltoolbox.appspot.com
It can autogenerate xpaths and you can use it to search your xml. For instance if you have a very big xml file and you need to see all of a certain type of tag you can search on that tag and it will show those tags only.
I use the free online tool
ReplyDeletehttp://xmlgrid.net
to format my xml strings. It indents the XML code nicely.