With -f, we can read the XPath query in a file.
[tatoo.git] / run_tests
1 ./test.native ./tests/docs/tiny.xml '/child::site/child::regions'
2 ./test.native ./tests/docs/tiny.xml -f ./tests/queries/Treebank.xml.queries
3 ./test.native ./tests/docs/tiny.xml '/descendant::listitem[not(descendant::keyword/child::emph)]/descendant::parlist'