This class provides utility methods to convert Xml instances to String representation.

Static methods

@:value({ pretty : false })staticprint(xml:Xml, pretty:Bool = false):String

Convert Xml to string representation.

Set pretty to true to prettify the result.