Frends.XML.XPathQuery / 2.2.0
Summary
Selects data from an XML document with an XPath expression.
Typical use — pulling specific values or repeating structures out of a document without a full transformation
Query task input.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| XML | String |
– | <book><title>Everyday Italian</title></book> |
XML to be queried. |
| XPathQuery | String |
– | /book/title/text() |
The XPath Query |