Online XML XPath Tool
Examples:
/people/person[@id=1] - find person node with attribute id equal to 1
/people/person/name - return all name nodes under /people/person
Documentation:
- XmlSearch(xmlObject, xpath) - performs an xpath search on an XML object.
- XmlParse(xmlString) - creates an XML object from a string of xml
|