compactXML
Compact an XML string by removing unnecessary whitespace between elements.
xml(required): XML string to compactoptions(optional): formatting optionsindent(optional): indentation level
utlx
// See Chapter 22 for XML processing.
{
minified: compactXML(renderXml($input))
}