Makes XML tidy to a human eye
<instr> <type>xmltidy</type> <operand>input.xml</operand> <target>output.xml</target></instr>
The xmltidy accessor takes an XML document and trims all whitespace nodes from the document. It then adds whitespace to indent the XML in a way which looks tidy to a human eye.
xmltidy