Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 462 Bytes

XPath Tester

probably you know, is a test tool of XPath. You can put XML, XPath and current node if you want.

How to install

I believe you have installed Ruby 2.x and bundler!

$ git clone https://github.com/youcune/xpath-tester.git
$ cd xpath-tester
$ bundle install --path vendor/bundle --without development test
$ bundle exec rails server -e production

or just visit http://xpath-tester.herokuapp.com/!