XPath Query
Select nodes from an XML document with XPath expressions. Everything runs on your device — nothing is sent to a server.
The result will appear here…
or press Ctrl+Enter
Everything runs in your browser. Your data is never sent to our servers.
728 × 90Ad Space AvailablePlace your ad here
Example
Example Input
<books><book><title>A</title></book></books>
Example Output
A (query: //book/title)
How to Use
- 1Paste your data into the Input field.
- 2If the tool has "More settings" (mode, query, columns, etc.), set them as needed.
- 3Click the button (or press Ctrl+Enter) to process.
- 4Copy the result with the Copy button.
About XPath Query
XPath is the standard language for navigating and selecting nodes in an XML (and HTML) document. An expression like //book/title selects all book titles.
Paste your XML, enter an XPath expression, then run to see the matching node text. It uses the browser's built-in XPath engine (document.evaluate).
Useful for extracting data from XML, RSS, or SVG. Everything runs in the browser; nothing is uploaded.
FAQ
Is my data sent to a server?
No. XPath Query runs entirely in your browser using client-side libraries. Your data never leaves your device.