Category:XQuery: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with '{{language|XQuery}}'''XQuery''', is a declarative query and transformation language for XML data specified by W3C. XQuery has similarities to XSLT like '''XPath''' for pa…')
 
m (Filling out language template)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{language|XQuery
{{language|XQuery}}'''XQuery''', is a declarative query and transformation language for [[XML]] data specified by W3C. XQuery has similarities to [[XSLT]] like '''XPath''' for path expressions. In fact, XQuery 1.0 is a superset of XPath 2.0.
|site=http://www.w3.org/XML/Query
|LCT=no
}}{{language programming paradigm|functional}}'''XQuery''', is a declarative query and transformation language for [[XML]] data specified by W3C. XQuery has similarities to [[XSLT]] like '''XPath''' for path expressions. In fact, XQuery 1.0 is a superset of XPath 2.0.


Unlike [[XSLT]] the XQuery syntax looks similar to SQL and consists of '''FLOWR''' expressions. FLOWR stands for '''for''', '''let''', '''order by''', '''where''' and '''return'''.
Unlike XSLT the XQuery syntax looks similar to [[SQL]] and consists of '''FLOWR''' expressions. FLOWR stands for '''for''', '''let''', '''order by''', '''where''' and '''return'''.

Latest revision as of 19:47, 3 December 2010

Language
XQuery
This programming language may be used to instruct a computer to perform a task.
Official website
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using XQuery.

XQuery, is a declarative query and transformation language for XML data specified by W3C. XQuery has similarities to XSLT like XPath for path expressions. In fact, XQuery 1.0 is a superset of XPath 2.0.

Unlike XSLT the XQuery syntax looks similar to SQL and consists of FLOWR expressions. FLOWR stands for for, let, order by, where and return.

Subcategories

This category has the following 3 subcategories, out of 3 total.