August 2011
Intermediate to advanced
416 pages
10h 14m
English
An XQuery can be as simple as a single XPath expression or as complicated as a query with functional calls, conditional processes, and XML result constructions. In general, XQuery syntax is a FLWOR (pronounced “flower”) expression. FLWOR stands for for, let, where, order by, and return:
For Iterates over a sequence of items, each of which could be XML nodes or atomic values.
Let Declares variables that can be sequences of XML nodes or atomic values.
Where Defines the conditions for filtering the result.
Order By Specifies ...
Read now
Unlock full access