Description
The fn:default-collation function returns the default collation that is used in most operations where a collation is not explicitly specified. If no default collation is specified in the query prolog, the function returns the system default collation. If no system default collation is defined, the function returns a value representing the Unicode code point collation, http://www.w3.org/2005/xpath-functions/collation/codepoint .
This description is © Copyright 2007, Priscilla Walmsley. It is excerpted from the book XQuery by Priscilla Walmsley, O'Reilly, 2007. For a complete explanation of this function, please refer to Appendix A of the book. Arguments and Return TypeName | Type |
return value |
xs:string |
ExamplesXPath Example | Results | Explanation |
---|
default-collation() |
http://www.w3.org/2005/
xpath-functions/collation/codepoint |
(for example, if that is the name of the default collation) |
History |
Recommended Reading:
|