XML
getXmlDoc(xmlString) |
Returns an XML DOM object from an XML string. |
getFirstNode(xmlDoc, pattern) |
Returns the first XML node from the provided XML document that matches the provided pattern. For example: To find an element by specifying multiple node names, use a pattern like this: |
getNodes(xmlDoc, pattern) |
Returns and array of XML nodes (JavaScript To find elements by specifying multiple node names, use a pattern like this: |

