xml_xml_find
Find the first XML element matching an XPath expression. Returns tag, text, attributes, and child tag names. Supports namespaces and attribute predicates.
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
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes | ||
| xpath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |