xml required default (none)The XML to pretty-print. Must be well-formed and have a single root element. On malformed or non-XML input the command returns just the XML declaration line. Do not pass an empty value - DOMDocument throws on empty input.
{xmlformat:<note><to>Tove</to><from>Jani</from><body>Hello</body></note>}
{strlen:{xmlformat:<root><a>1</a><b>2</b></root>}}
{xmlformat:<a><b><c>x</c></b></a>}
{strlen:{xmlformat:not xml}}