Thursday, February 04, 2010

Format XML online

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

2 comments:

  1. Nice site.

    I 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.

    ReplyDelete
  2. I use the free online tool
    http://xmlgrid.net
    to format my xml strings. It indents the XML code nicely.

    ReplyDelete