February 2004
Intermediate to advanced
544 pages
9h 55m
English
This appendix describes all of the built-in XQuery functions, listed alphabetically for convenient reference. Each function description begins with a one-line summary of the function's purpose followed by its function signature(s). Next comes an explanation of the arguments and their default values (if any), exceptional and error cases, and finally the function's normal behavior with examples. Each function is also cross-referenced to related functions.
The type syntax used in the function signature is the sequence type syntax described in Chapter 2 and Appendix A, with the same meaning. For example, xs:string? means zero or one string values.
All XQuery built-in functions belong to the default function ...