Created
September 22, 2015 16:52
-
-
Save dmcassel/682797747d64332a8af2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Access the values from a range index. | |
* (Note: This assumes you've created the path range index on the | |
* balance.value field in "Import XQuery") | |
*/ | |
cts.values( | |
// Any reference to a range index | |
cts.pathReference("balance/value") | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment