Difference between revisions of "XQuery"

From TEIWiki
Jump to navigation Jump to search
(Sample implementations: added link to Category:XQuery, which has samples)
m (Reverted edits by Fousivi (Talk); changed back to last version by Stuartyeates)
 
(6 intermediate revisions by 6 users not shown)
Line 7: Line 7:
  
 
== Synopsis ==
 
== 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 .)
+
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 ==
 
== Features ==
 +
 +
 +
== User commentary ==
 +
'''Please sign all comments.'''
  
  
Line 29: Line 33:
 
== Sample implementations ==
 
== Sample implementations ==
  
* http://www.tei-c.org.uk/wiki/index.php/Category:XQuery
+
* [http://wiki.tei-c.org/index.php/Category:XQuery Category:XQuery]
 
* Open-source implementation available in Michael Kay's [[Saxon]].
 
* Open-source implementation available in Michael Kay's [[Saxon]].
 
* Others listed at http://www.w3.org/XML/Query/ .
 
* Others listed at http://www.w3.org/XML/Query/ .
Line 46: Line 50:
 
# http://www.xml.com/pub/a/2006/06/14/scaling-up-with-xquery-part-1.html
 
# http://www.xml.com/pub/a/2006/06/14/scaling-up-with-xquery-part-1.html
 
# http://www.xml.com/pub/a/2006/06/21/scaling-up-with-xquery-part-2.html
 
# http://www.xml.com/pub/a/2006/06/21/scaling-up-with-xquery-part-2.html
 +
# http://en.wikibooks.org/wiki/XQuery

Latest revision as of 18:01, 6 September 2010


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

User commentary

Please sign all comments.


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

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:

  1. http://www.xml.com/pub/a/2005/03/02/xquery.html
  2. http://www.xml.com/pub/a/2005/03/23/xquery-2.html
  3. http://www.xml.com/pub/a/2006/06/14/scaling-up-with-xquery-part-1.html
  4. http://www.xml.com/pub/a/2006/06/21/scaling-up-with-xquery-part-2.html
  5. http://en.wikibooks.org/wiki/XQuery