An open API service indexing awesome lists of open source software.

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

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
```