Skip to content

Instantly share code, notes, and snippets.

@evanlenz
Created September 20, 2012 21:18
Show Gist options
  • Save evanlenz/3758402 to your computer and use it in GitHub Desktop.
Save evanlenz/3758402 to your computer and use it in GitHub Desktop.
<book>
<title>My book</title>
<chapter>
<title>Introduction</title>
<section>
<title>My section</title>
...
<section>
<title>My sub-section</title>
...
</section>
</section>
</chapter>
<chapter>
<title>My second chapter</title>
...
</chapter>
</book>
cts:values(cts:path-reference("chapter/title",
("collation=http://marklogic.com/collation/")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment