ParseXML
From SoftIVR
parseXML
parseXML(xml) parses an XML structure in to an internal representation. getXPath can then be used to extract information from that structure.
Parameters
- xml - the XML structure to parse.
Return values
- 1 - parse OK
- 0 - parse failed. The reason for the failure can be found by calling getLastError.
Return to Javascript functions.