XPath Tester
Test XPath expressions against XML documents and see results
Privacy Protected
Offline Processing
Instant Results
XML & XPath Input
XPath Results
XPath Quick Reference
Basic Selectors:
/bookstore/book - Direct child
//book - Any descendant
//book[1] - First book
//book[last()] - Last book
Attributes & Functions:
//book[@id='1'] - By attribute
//book[price>15] - Condition
count(//book) - Count nodes
//book/title/text() - Text content
About This Tool
Test XPath expressions against XML documents and see results
Privacy & Security
- • All file processing happens locally in your browser
- • Your files never leave your device or get uploaded to any server
- • No data collection, tracking, or storage of your files
- • Works completely offline once the page is loaded
Keywords
xpathxmlquerytestexpressionselector