xml_xml_findall
Extract all XML elements matching an XPath expression. Returns tag, text, and attributes for each match from the provided XML string.
Instructions
[xml] Return all elements matching an XPath expression. Each result has tag, text, and attrs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes | ||
| xpath | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |