XQuery

XQuery 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. The language is developed by the XML Query working group of the W3C. The work is closely coordinated with the development of XSLT by the XSL Working Group; the two groups share responsibility for XPath, which is a subset of XQuery. Wikipedia

Created Year: 2007
Designed by: World Wide Web Consortium

Wikidata: Q850661

Influenced: JSONiq

Programming paradigms: declarative programmingfunctional programmingmodular programming

Language types: functional programming languagequery language

XQuery Influence Network

Pan and zoom the graph with your mouse or alternatively your fingers on touch devices.

Hello World in XQuery

let $hello := "Hello World"
return $hello

Search on GitHub


Latest data update: 2024-12-13