https://github.com/mrc/xpgrep
Command line xpath query
https://github.com/mrc/xpgrep
Last synced: over 1 year ago
JSON representation
Command line xpath query
- Host: GitHub
- URL: https://github.com/mrc/xpgrep
- Owner: mrc
- Created: 2014-03-19T11:22:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-03-27T09:53:24.000Z (over 12 years ago)
- Last Synced: 2025-02-12T01:17:44.110Z (over 1 year ago)
- Language: F#
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# xpgrep
```sh
% mono xpgrep.exe '//turtle[@name="Leonardo"]/weapon' sample.xml
-- file:///Users/mrc/shed/fsharp/xpgrep/sample.xml:4:8
Katana
% mono xpgrep.exe '//turtle[@name="Leonardo"]/weapon/text()' sample.xml
-- file:///Users/mrc/shed/fsharp/xpgrep/sample.xml:4:23
Katana
```