Skip to content

Instantly share code, notes, and snippets.

@grtjn
Created October 20, 2011 13:26
Show Gist options
  • Save grtjn/1301138 to your computer and use it in GitHub Desktop.
Save grtjn/1301138 to your computer and use it in GitHub Desktop.
A small example of XPath Full Text..
(: A small example of XPath Full Text.. :)
(: Search books of which the title begins with
‘XQuery’ and ‘novelties’ :)
//book[
title contains text 'XQuery' ftand 'novelties'
ordered distance at most 2 words at start
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment