XQuery 3.0 Implementation Notes

The XQuery 3.0 specification introduces a number of additions to the language. eXist-db 2.0 already supports most of the new language constructs.

To use XQuery 3.0 features, your query or module must start with an XQuery declaration specifying version "3.0":

xquery version "3.0";

The following notes cover selected features: