Rearranges data within XML so that it can be used by the process objects.
Syntax
util:simplifyXml(undefined)
Return Value
When the process is deployed on the cloud server or agent, the function returns an output without name spaces and convert attributes into child elements.
Examples
The function returns the following output for the XML data provided as input:
INPUT
OUTPUT
<ns:root xmlns:ns="https://qwerty"
attrKey="attrValue">
data
</ns:root>