diff --git a/Frontend/tools/xquery.html b/Frontend/tools/xquery.html index 8a4ee1d..682f04b 100644 --- a/Frontend/tools/xquery.html +++ b/Frontend/tools/xquery.html @@ -21,7 +21,7 @@
-

Online XQuery tester

+

Online XQuery Interpreter

@@ -45,7 +45,7 @@
- Supports XQuery up to 3.1
+ Supports XQuery up to 4.0

@@ -71,7 +71,8 @@

What is XQuery?

- TBD +

XQuery (XML Query) is a query and functional programming language that queries and transforms collections of structured and unstructured data, usually in the form of XML, text and with vendor-specific extensions for other data formats (JSON, binary, etc.).

+

Source: Wikipedia