Skip to content

udmToXML

udmToXML(value, rootName?, options?) → string · Format

Pretty-print a UDM object as XML.

  • value (required): UDM value to format

  • rootName (optional): root element name

  • options (optional): formatting options

utlx
udmToXML($input, "Order")               // XML string with <Order> root

Released under AGPL-3.0.