Definitions for "XQuery"
XQuery is a set of syntax rules (language) for extracting information from XML documents. XQuery builds on XPath. XQuery is developed by W3C.
an expression in a domain specific language - there might not even be a wire involved
b . A language for querying a broad spectrum of XML datasources including databases, documents and packaged applications. Links: XQuery Spec
XML Query (XQuery) is an XML-based query language for extracting information from XML documents and databases. Built largely on the robust XPath 2.0 specification, XQuery is predicted to be for XML what SQL is to the relational database. Find out about support for XQuery in Altova tools. Learn more about XQuery here.
XQuery is a query language (with some programming language features) that is designed to query collections of XML data. It is semantically similar to SQL.
Is a query language that uses the structure of XML intelligently. It can express queries across all these kinds of data, whether physically stored in XML or viewed as XML via middleware. XQuery is designed to be broadly applicable across many types of XML data sources.
A flexible and powerful XML query language that lets you compose logically complex queries using operators, quantifiers, functions and FLOWR expressions (referring to the keywords for, let, order by, where, and return). The NSXMLNode class enables XQuery 1.0 queries through its objectsForXQuery:error: method
A query language that supports processing of XML-based documents.
Query language for retrieving data from an XML document or XML database.
Provides functionality to query an XML document.
XQuery is a query language (with some programming language features) that is designed to query collections of XML data. It is semantically similar to SQL.