Difference between revisions of "XQuery"
Jump to navigation
Jump to search
(added section for documentation) |
(→Sample implementations: added link to Category:XQuery, which has samples) |
||
Line 28: | Line 28: | ||
== Sample implementations == | == Sample implementations == | ||
− | Open-source implementation available in Michael Kay's [[Saxon]]. | + | |
− | Others listed at http://www.w3.org/XML/Query/ . | + | * http://www.tei-c.org.uk/wiki/index.php/Category:XQuery |
+ | * Open-source implementation available in Michael Kay's [[Saxon]]. | ||
+ | * Others listed at http://www.w3.org/XML/Query/ . | ||
== Current version number and date of release == | == Current version number and date of release == |
Revision as of 17:48, 3 November 2007
Contents
Synopsis
Originally designed to query XML databases, but can do all types of transformation that XSLT can do. (See http://www.xml.com/pub/a/2005/03/09/xquery-v-xslt.html .)
Features
Source code and licensing
Standard is copyrighted by W3C, which grants a license to reproduce it in its original form.
Support for TEI
Language(s)
Documentation
Documentation is available from W3C in English: http://www.w3.org/XML/Query/ .
User community
Sample implementations
- http://www.tei-c.org.uk/wiki/index.php/Category:XQuery
- Open-source implementation available in Michael Kay's Saxon.
- Others listed at http://www.w3.org/XML/Query/ .
Current version number and date of release
1.0 (W3C Recommendation 2007 January 23)
History of versions
See http://www.w3.org/XML/Query/ .
Additional notes
Introductory readings: