Thursday, July 7, 2011

XmlToolBox - Formatting xml.

Hi.

The most used feature for XmlToolBox is the format xml.

To use it go to xmltoolbox.appspot.com/index.html and in the big text area add the xml you need formattet. If you for example add

<rootelement><firstchild>content</firstchild></rootelement>

And press format xml.

It will be formattet like this.

<rootelement>
  <firstchild>content</firstchild>
</rootelement>

It makes it a bit more readable.

Kind regards.
Ole Bille

No comments:

Post a Comment