Previous Topic: convertValueToXmlNext Topic: convertXmlUrl


convertXml

The convertXML function converts an XML fragment to a ValueMap.

Syntax

vmResult = convertXml(xmlString)

Arguments

xmlString (String)

Specifies the XML that needs to be parsed.

Return Value

vmResult (ValueMap)

ValueMap representation of the data contained in the XML string.

Example

vmResult = convertXml(Process.xmlString)