xml_xml_attrs
Extract attributes from all XML elements matching a specified tag, returning them as a list of dictionaries. Parses an XML string and outputs structured attribute data.
Instructions
[xml] Return attributes of all elements with a given tag name as a list of dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| xml_string | Yes | ||
| tag | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |