The convertXML function converts an XML fragment to a ValueMap.
Syntax
vmResult = convertXml(xmlString)
Arguments
Specifies the XML that needs to be parsed.
Return Value
ValueMap representation of the data contained in the XML string.
Example
vmResult = convertXml(Process.xmlString)
|
Copyright © 2014 CA.
All rights reserved.
|
|