xml_xml_extract
Extract text content from XML elements by specifying tag names to retrieve specific data values from structured documents.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes | ||
| tag | Yes |