Search notes:

XQuery

XQuery is a functional language.

FLWOR

FLWOR (pronounced as «flower») is an expression syntax and stands for for, let, where, order by and return.
A FLWOR expression has at one for or let clause and a return clause. The where and order by clauses are optional.
The return clause may contain an updating expression.

Comments

An XQuery expression can contain comments. These are introduced with (: and ended with :).

See also

XPath
XML

Index