cts:reference-collation

cts:reference-collation(
   $index as cts:reference
) as xs:string

Summary

Accessor for the collation of a reference to a string value lexicon.

Parameters
index The value lexicon reference, as created from cts:element-reference, for example.

Example

cts:reference-collation(cts:element-reference(xs:QName("TITLE")))
=>
"http://marklogic.com/collation/"
Powered by MarkLogic Server | Terms of Use | Privacy Policy