Previous Topic: convertXmlNext Topic: createHyperLink


convertXmlUrl

The convertXmlUrl function converts the XML document accessible through a URL into a ValueMap.

Syntax

vmResult = convertXmlUrl(url)

Arguments

url (String)

Specifies the URL of the XML document that needs to be parsed.

Return Value

vmResult (ValueMap)

ValueMap representation of the data that was retrieved from the XML document that the URL identifies.

Example

vmResult = convertXmlUrl(" http://localhost:8080/itpam_tutorials/book.xml");