The convertXmlUrl function converts the XML document accessible through a URL into a ValueMap.
Syntax
vmResult = convertXmlUrl(url)
Arguments
Specifies the URL of the XML document that needs to be parsed.
Return Value
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");
|
Copyright © 2014 CA.
All rights reserved.
|
|