Acronym denoting a certain XQuery expression for querying, manipulating, and transforming XML data.
Acronym denoting the components of a certain XQuery expression, allowing transformation, manipulation and sorting of an XQuery result. FLWOR stands for: for (iterate over nodeset) - let (declare variable) - where (restrict source nodeset) - order by (sort result) - return (deliver the output).
- Wikipedia Entry for "FLWOR" with examples.