xml_xml_find
Extract specific elements from XML data using XPath expressions to locate tags, text, attributes, and child elements for structured data retrieval.
Instructions
[xml] Find the first element matching an XPath expression. Returns tag, text, attrs, and child tag names. Example xpath: './/item', './/{http://…}title', './/item[@id="2"]'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes | ||
| xpath | Yes |