Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

6
Lang/XQuery/00-LANG.txt 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'''.

2
Lang/XQuery/00-META.yaml Normal file
View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:XQuery

1
Lang/XQuery/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/XQuery

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

View file

@ -0,0 +1 @@
../../Task/Haversine-formula/XQuery

1
Lang/XQuery/JSON Symbolic link
View file

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

View file

@ -0,0 +1 @@
../../Task/Longest-string-challenge/XQuery

View file

@ -0,0 +1 @@
../../Task/Roman-numerals-Decode/XQuery

1
Lang/XQuery/Towers-of-Hanoi Symbolic link
View file

@ -0,0 +1 @@
../../Task/Towers-of-Hanoi/XQuery

1
Lang/XQuery/Word-frequency Symbolic link
View file

@ -0,0 +1 @@
../../Task/Word-frequency/XQuery

View file

@ -0,0 +1 @@
../../Task/XML-DOM-serialization/XQuery

1
Lang/XQuery/XML-Output Symbolic link
View file

@ -0,0 +1 @@
../../Task/XML-Output/XQuery

1
Lang/XQuery/XML-XPath Symbolic link
View file

@ -0,0 +1 @@
../../Task/XML-XPath/XQuery

1
Lang/XQuery/Y-combinator Symbolic link
View file

@ -0,0 +1 @@
../../Task/Y-combinator/XQuery