XML Query operates on the abstract, logical structure of an XML document, rather than its surface syntax. This logical structure is known as the data model, which is defined in the XML Query 1.0 and XPath 2.0 Data Model document.
XML Query Version 1.0 is an extension of XPath Version 2.0. Any expression that is syntactically valid and executes successfully in both XPath 2.0 and XML Query 1.0 will return the same result in both languages. Since these languages are so closely related, their grammars and language descriptions are generated from a common source to ensure consistency, and the editors of these specifications work together closely.
XML Query also depends on and is closely related to the following specifications:
The current edition of XML Query 1.0. has not incorporated recent language changes; it will be made consistent with this document in its next edition.
This document specifies a grammar for XML Query, using the same Basic EBNF notation used in XML, except that grammar symbols always have initial capital letters. Unless otherwise noted, whitespace is not significant in the grammar. Grammar productions are introduced together with the features that they describe, and a complete grammar is also presented in the appendix (A XQuery Grammar).
Extrait de [ recommandation XQuery 3.0: An XML Query Language]
Information descriptive non finalisée ; n'hésitez pas à nous contacter pour rédiger et/ou maintenir cette information à jour.
XML Query Home Page (W3C) Point du W3C Architecture Domain |
Blooming FLWOR - An Introduction to the XQuery FLWOR Expression10 Minutes: An XQuery Tutorial Stylus Studio - Michael Kay XML Query: A Guided Tour Jonathan Robie, chapitre 1 de la partie "Basics" du livre ["XQuery from the Experts: A Guide to the W3C XML Query Language"] |
QUILT (IBM : Almaden
Research Center) Quilt is a proposed XML Query Language XQuery from the Experts:
A Guide to the W3C XML Query Language, Howard Katz, Don Chamberlin, Denise Draper, Mary Fernández, Michael Kay, Jonathan Robie, Michael Rys, Jerome Simeon, Jim Tivy, Philip Wadler, 22/08/2003, édité par Addison Wesley Professional QUILT: an XML Query Language, Jonathan Robie, Don Chamberlin, Daniela Florescu, 31/03/2000, édité par IBM The Need for an XML Query Language, Jonathan Robie, 22/08/2003, édité par Addison Wesley Professional Querying XML Documents, Taking the hassle out
of retrieving web-based information, John A. Miller, Sonali Sheth, in IEEE Potentials, 03/2000, édité par Institute of Electrical and Electronics
Engineers (IEEE) |