langs a-z

This commit is contained in:
Ingy döt Net 2013-04-10 22:43:41 -07:00
parent db842d013d
commit d066446780
11389 changed files with 98361 additions and 1020 deletions

6
Lang/XQuery/0DESCRIPTION Normal file
View file

@ -0,0 +1,6 @@
{{language|XQuery
|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'''.

1
Lang/XQuery/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/XQuery

1
Lang/XQuery/Empty-program Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-program/XQuery

View file

@ -0,0 +1 @@
../../Task/Fibonacci-sequence/XQuery

1
Lang/XQuery/Filter Symbolic link
View file

@ -0,0 +1 @@
../../Task/Filter/XQuery