xpath
Execute XPath queries on XML content to extract specific data, enabling precise selection and retrieval of elements based on structured path expressions.
Instructions
Select query XML content using XPath
Input Schema
Name | Required | Description | Default |
---|---|---|---|
mimeType | No | The MIME type (e.g. text/xml, application/xml, text/html, application/xhtml+xml) | text/html |
query | Yes | The XPath query to execute | |
xml | Yes | The XML content to query |