xml_xml_extract
Extract text content of all elements with a specific tag from an XML string. Provide XML and tag name, receive all matching values.
Instructions
[xml] Return the text content of all elements with a given tag name. E.g. xml_extract(xml, 'title') returns all title text values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes | ||
| tag | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |