Indenting XML files

 

The operation of indenting XML files is pretty trivial when using the classes from the System.XML namespace. However, I often find myself trying to read canonical XML code from files. As such, a created a very simple tool that converts XML files to indented XML.

All you need to do is to drag and drop an XML file into the WPF window and there you have it!

image

And the difference:

image

Canonical.zip