documentTidyXML
Changes malformed XML into valid XML during processing of the document.
Declaration
static var documentTidyXML: XMLNode.Options { get }Discussion
It also eliminates “pretty-printing” formatting, such as leading tab characters. It does respect the xml:space="preserve" attribute.
(Input)