The un-queried life is not worth living
Socrates (Plato, The Apology, 38a)

W3C XML Query (XQuery)

30,000 Foot View

XQuery: 30,000 foot view (CIO, CTO, Journalist)

XQuery is a standardized language for combining documents, databases, Web pages and almost anything else. It is very widely implemented. It is powerful and easy to learn.

XQuery is replacing proprietary middleware languages and Web Application development languages. XQuery is replacing complex Java or C++ programs with a few lines of code. XQuery is simpler to work with and easier to maintain than many other alternatives.

Do more with less.

Contents

Architects

XQuery for the systems analyst or architect

The W3C XML Query Working Group worked with the W3C XML Schema Working Group and the W3C XSL Working Group to make a set of specifications that all work together.

Use XQuery to take data from multiple databases, from XML files, from remote Web documents, even from CGI scripts, and to produce XML results that you can process with XSLT.

Use XQuery on the back-end of a Web server, or to generate Enterprise-wide executive reports.

Examples of XML Query In Action

Submit your entry by sending mail to liam at w3.org, with [XQuery site] in the subject. Remember to give the full URL, and remember that it must be public.

Oxford African American Studies Center is a site published by Oxford University Press using an XQuery system. See the Site Credits link there for more details.

Alberta learning Center for education in the Canadian province of Alberta; e.g. see the Search link, which does not require registration.

AuthorMapper shows authors of scientific papers and articles broken down by geography and subject. The site is by Springer.

Business Week Business School Comparator is said to use XQuery to let users compare universities and business schools; it didn't seem to work for me, so maybe IE only? Or maybe I'm not cut out for business.

Business Exchange, another Business Week site, uses XQuery to drive a site where, it says, usiness professionals can collaborate and network around business topics.

CQ Legislative Impact is a tool to explore how pending US legislation might affect existing laws.

Data Request Broker, DRB, at Gael Consultant, is an open source Java API for processing heterogeneous data. It includes XQuery and Scema support. License is LGPL.

The Dolley Madison Digital Edition by the University of Virginia Press.

fromoldbooks.org has an image search engine powered by XML Query; you can see the text of the queries (follow the About link on the Search page). This is also used by Liam Quin's Photograph search page.

MarkMail is an XQuery-based application for searching and visualising mailing lists.

The New England Journal of Medicine uses XQuery to search and retrieve comprehensive case summaries and graphical icons that identify available supplemental content such as lab reports, radiological scans, histopathology slides, and photos associated with a particular case record.

O'Reilly Labs use XQuery to power code search, image search, statistics and more.

Pop Culture Universe is a Web site about American popular culture, including movies, books and music, with over 300 publications indexed and searchable.

Springer Images uses XQuery to search and retrieve scientific images, photos, tables, charts etc. for researchers.

Springer Exemplar provides a full-text interface to large numbers of scientific and technical journals, together with tools for narrowing down search results.

Wiley Custom Select is a Web site for creating custom course books.

Worldcolor has a custom publishing system using XQuery; they have a Flash demo.

Have you got a Web site that's powered by XML Query? A success story to share? Contact liam at w3.org.

Users

XQuery: choosing an implementation

There are over 40 different software packages that support XML Query in some way. Things to look for include availability of support, platforms, price, performance, all the usual issues, but you should also ask whether the software supports the final syntax from the W3C Recommendation or implements an earlier draft. Another XML Query specific feature is support for XML files, for fetching documents via HTTP, and for connecting to relational (or other) data sources: that is, whether the package lives up to the XML Query promise of unifying access to many different forms of information.

List of XQuery Implementations

Learning

There are some books listed; there are also people offering training and tutorials. If there is anything you found particular helpful, let us know!

There are also some mailing lists devoted to XML and to XML Query. You should look at the archives of each list before posting; you'll also need to subscribe to the list before you can post to it in most cases.

www-ql

This is the W3C public mailing list on query languages, including (but not limited to) discussion on the XML Query project. Do not use this to send comments on the specification, such as errata or feature requests; see the Status section in each specification for instructions on how to send comments to the Working Group.

xquery-talk

A mailing list hosted at x-query.com, especially for discussing XQuery.

xml-dev

Probably the most widely-known list for discussing XML.

Reading the Specs

W3C Specifications are aimed first and foremost at programmers writing implementations of them. We also try to make them readable for people trying to learn the language—but given a choice between making a standard precise and making it easy to read, we have to make it precise.

If you are fairly technical, you could start by reading the XML Query specification, and the XQuery Use Cases document has some examples. Many people would rather look for a book or tutorial.

Implementers

XQuery for the implementer: hard core query

Implementers: what would you most like to see here? What would have helped you the most?

The XQuery Test Suite

The XQuery Test Suite was developed primarily to help the XML Query Working Group show that the specification could be implemented in such a way that queries would work on multiple systems - that is, interoperably. We are not currently doing active work on the test suite, but implementers continue to find it useful. It is not a conformance test suite: implementers are responsible for producing their own statements of conformance, and W3C does not have the resources to test or verify those statements.

Related Test Suites

There are additional test suites associated with XPath and XQuery.

XQuery Update Facility 1.0 Test Suite

XQuery and XPath Full Text 1.0 Test Suite (Joint)

Static Typing and Formal Semantics

XPath 2 has typed values; that is, the language associates a value type with each expression, variable or function. The set of possible types is that defined by W3C XML Schema, augmented by user-defined types derived from those basic Schema types using an external schema. The way in which an XPath or XQuery system derives and checks the type of an expression is defined formally, using a mathematical notation, in the XQuery 1.0 and XPath 2.0 Formal Semantics Recommendation.

Note that both external W3C Schema support and static typing are optional features, so not all implementations support them.

Conformance Statements

You will often see things in the specifications marked as being implementation defined. You must document what your implementation does for each of these.

Documents

Specifications and Working Group Notes

The W3C XML Query Working Group has published a lot of documents. Many of these were done together with the XSL Working Group and are marked Joint.

Both of these Working Groups also met with the W3C XML Schema Working Group, to make sure our specifications all work together.

First, the main XML Query documents:

XML Query (XQuery) 1.0 Requirements (W3C Working Group Note)

XML Query 1.0 Use Cases (W3C Working Group Note)

XSLT 2.0 shares a lot of the same functionality:

XSL Transformations (XSLT) Version 2.0 (by the XSL Working Group)

XQuery 1.0 and XSLT 2.0 both use XPath 2.0:

XML Path Language (XPath) 2.0 (W3C Recommendation; Joint)

XPath in turn is built on a number of Joint specifications :

XQuery 1.0 and XPath 2.0 Data Model (W3C Recommendation; Joint)

XSLT 2.0 and XQuery 1.0 Serialization (W3C Recommendation; Joint)

XQuery 1.0 and XPath 2.0 Formal Semantics (W3C Recommendation; Joint)

The XML Query and XSL Working Groups are developing Full-Text Search for XPath 2.0 and, of course, XQuery 1.0; when finished, this will then be available for use in XQuery and XSLT:

The XML Query Working Group is developing an update facility for XQuery; this lets you write Query expressions that change documents and perhaps save the result.

The XML Query Working Group is working on the next version of XML Query, XQuery 1.1.

The XML Query Working Group is working on Scripting Extensions for XQuery. The goal is to investigate whether adding imperative (procedural) features such as variable assigment and explicit sequencing to XQuery makes the language significantly more powerful or easier to use.

News

Recently added...

Send your XQuery-related news item to liam@w3.org, with [XQuery] in the Subject. Note, I am sorry that sometimes I miss announcements. I get hundreds, sometimes thousands, of messages in a day. If your announcement does not appear within one week, send it again and please accept my apologies!

Subscribe to the RSS feed.

BaseX 7.0.01 Released

Sun, 23 Oct 2011

BaseX 7.0.01 has been released; BasX 7 can store fils of any format, is said to be faster, includes support for JSON, accessing SQL databases, digital signagures, and more language support for Full Text searching.

W3C Java Applets updated

Thu, 15 Sep 2010

W3C Java Applets have been updated to incorporate the latest versions of the specifications for the XPath and XQuery 3.0 drafts as well as for the 1.0 documents.

CBCL Releases XQSharp 2.0

Fri, 21 Jan 2011

XQSharp 2.0 released. This version brings full XSLT 2.0 support to the .NET Framework. XQSharp is an XSLT 2.0 and XQuery 1.0 processor for the .NET Framework.

BaseX 6.5 Released

Mon, 17 Jan 2011

BaseX 6.5 has been released; many new features from the XQuery 3.0 draft, Full Text, function libraries, text compression, enhanced collection suppoer.

title

Wed, 12 Jan 2011

OxygenXML released <oXygen> XML Editor and Author version 12.1, with improvements to XQuery and XSLT debuggers, including XSLT 2.0 and XQuery Types in Variables and XWatch Views and enhanced XSLT Context Information., amongst many other changes.

Qizx 4.1 released

Wed, 27 Oct 2010

Qizx 4.1 includes more of the features from the draft for XQuery 1.1 [now called XQuery 3.0], support for non-XML documents, and can store over 1,000 Gigabytes of XML.

XQSharp 1.5 Released

Tue, 07 Sep 2010

CBCL Released XQSharp 1.5 which includes large performance improvements especially for recursive functions.

Zorba 1.4 released

Wed, 28 Jul 2010

Zorba 1.4 (XQuery Processor) has been released. This release comes with an extended function library and support for the [draft] XQuery 1.1 switch expression.

MarkLogic XQJ API released

Sat, 24 Jul 2010

MarkLogic XQJ API has been released.

Sedna XDIB released

Tue, 20 Jul 2010

XDIB (XQuery In a Browser) is a build of the Firefox Web browser that incorporated XQuery support using sedna.

Qizx 4.0 released

Wed, 16 Jun 2010

Qizx 4.0 is now available; new features include HTTP server, some initial scripting support, and XQuery Services.

W3C Java Applets updated

Mon, 01 Mar 2010

W3C Java Applets have been updated to incorporate the latest versions of the specifications for XPath 2.1, XQuery 1.1, Full Text and Update.

BaseX 6.0 Released

Sun, 11 Jan 2009

BaseX 6.0 has been released. New features include an implementation of XQuery Update, enhanced client/server architecture and extended XQuery Full Text features

IBM XML Feature Pack Released

Fri, 11 Dec 2009

IBM announced support for XPath 2.0, XSLT 2.0, and XQuery 1.0 via the WebSphere Application Server V7.0 Feature Pack for XML 1.0.0.0 - IBM says that this release fully supports the W3C standards, introduces a Java API that unifies all three languages, and is optimized for performance and reliability in application server environments. See also the WebSphere announcement.

XQuantum 1.50 released

Tue, 10 Nov 2009

Cognetic Systems - XQuantum Server 1.50 - released for Windows and Linux Features include XQuery 1.0 conformance, static typing, query modules, and full-text search based on a subset of the draft standard. The server uses XML indexing and query optimization to access large XML data stores.

XQuantum 1.5 beta released

Tue, 15 Sep 2009

Cognetic Systems say they have released a beta version of XQuantum 1.5, with some full-text support, static typing, and modules.

XQJ for Sedna

Tue, 15 Sep 2009

An XQJ driver for Sedna has been released, conforming to the XQuery API for Java Test Compatibility Kit.

XQSharp Released

Tue, 15 Sep 2009

CBCL UK has released XQSharp for the .NET framework. All optional XQuery 1.0 features are supported, including modules, static typing, full namespace axis and schema import.

BaseX 5.7 Released

Wed, 02 Sep 2009

BaseX 5.7 has been released. New features include support for the XQuery Full Text draft, improved XQuery and index performance, enhanced XQuery editing facilities and improved client/server stability

Qizx 3.0 released

Fri, 22 May 2009

Qizx 3.0 is now available, with XQuery Full-Text support as well as speedups and memory improvements.

Qizx 3.0-beta released

Fri, 03 Apr 2009

Qizx Beta 3 is now available. new features include extensive Full-Text support as well as performance enhancements.

XBird added

Fri, 02 Jan 2009

XBird light-weight embeddable open source Java implementation added to the list of implementations.

BaseX 5.0 Released

Fri, 19 Dec 2008

BaseX 5.0 has been released. New features include Full-Text support, improved XQuery conformance, XQJ (XQuery for Java) and XAPI (XML:DB) APIs, as well as GUI improvements for interactions and visualizations.

Qizx and Qizx/open 2.2 released

Tue, 02 Dec 2008

Qizx Free Engine and Qizx/open 2.2 released; Qizx is an embeddable, high-speed, native XML index-based XML Query engine written in the Java language. New features in 2.2 include support of the draft XQuery 1.1 group by and for . . . window features, and a more liberal licensing scheme. The source code is also now available for purchase.

oXygen 10.0 released

Thu, 23 Oct 2008

oXygen XML Editor and Author version 10.0 has been released, and now includes the schema-aware XSLT 2.0 and XQuery processor from Saxonica, a new XML instance generator, tag completion based on schemas and XSLT stylesheets, integration of the Intel XML Software Suite, and more. Supports MarkLogic 4.0, Oracle 11g R1, SQL Server 2008, DB2 9.5, XHive 8, and Subversion 1.5.

MarkLogic Server 4.0 Released

Wed, 08 Oct 2008

MarkLogic announced their MarkLogic Server 4.0, inlcuding full support for XQuery 1.0 as well as the draft Update and Full-Text specifications. New features include geospatial search, additional content analytics, alerting, and entity extraction.

XQuery 1.1 First Public Working Draft

Sat, 24 May 2008

The W3C XML Query Working Group has released a First Public Working Draft of XQuery 1.1.

W3C Recommendations!

Tue, 23 Jan 2007

W3C Recommendation Status for XQuery 1.0: An XML Query Language, XML Syntax for XQuery 1.0 (XQueryX) and XML Path Language (XPath) 2.0, as well as the supporting specifications, XQuery 1.0 and XPath 2.0 Functions and Operators, XQuery 1.0 and XPath 2.0 Data Model (XDM), XSLT 2.0 and XQuery 1.0 Serialization and of course XQuery 1.0 and XPath 2.0 Formal Semantics. In addition, XSL Transformations (XSLT) Version 2.0 by the XSL Working Group is also a W3C Recommendation.

Sun, 03 Dec 2006

Micro XQuery Engine 0.1

Micro XQuery Engine 0.1 was released.

Mon, 20 Nov 2006

oXygen Editor 8.0

oXygen editor 8.0 includes debugging support for both XML Query and XSLT, with support for Berkeley XML DB, IBM DB2 Pure XML, eXist XML Database, MarkLogic, Microsoft SQLServer 2005, Oracle 10g R2, RainingData TigerLogic XDMS, SoftwareAG Tamino and XHive XML Database.

[older] *-->

Patent Disclosures

The XML Query Working Group operates under the Royalty Free terms of the W3C Patent policy. Patent disclosures relevant to the specifications produced by the XML Query working group can be found in the Implementation of the W3C Patent Policy (IPP) XML Query IPP status page and, for XSL and joint specifications the XSL WG IPP status page. Older disclosures are on the XML Query Working Group's patent disclosure page at http://www.w3.org/2002/08/xmlquery-IPR-statements.

Specifications that are joint work with the XSL working group have also the additional patent disclosures provided by the XSL wg at http://www.w3.org/Style/XSL/Disclosures.

Discussion/Feedback:

Implementations

XML Query Implementations

If your implementation is not here, or if you know of an implementation that is not listed, send liam@w3.org the details!

Software that implements the XQuery 1.0 and XPath 2 Full Text Facility is so marked in this list. There is a separate list of XPath 2 implementations.

  1. The W3C XPath 2 and XQuery 1 Grammar Test Page features Java applets that read expressions and show the resulting parse tree.
  2. Abacus Systems' Relational XQuery supports both relational data (via JDBC) and other sources including XML files, and also claims XQJ (XQuery for Java API) conformance. Includes a GUI for creating and editing queries. 30 day evaluation.
    [2011-03-25: Last update July 2009; project homepage is gone.
  3. Altova GmbH XMLSpy 2006 includes an XQuery Debugger, a code generator for mapping between Schemas, and AltovaXML Query Processor which handles both XSLT 2 and XML Query 1.0 [30-day free trial]
  4. Apple's Sherlock for Mac OS X; see also their XML Query Extension functions.
  5. BEA's Oracle Data Services Platform [90-day free trial]. BEA was an active participant in the XML Query Working Group; the company was bought by Oracle, also an active participant.
  6. Berkeley Lab's Nux, an open source Java in-memory toolkit for XML, XQuery, XPath, schema validation, fuzzy fulltext similarity search and related technologies using Saxon, XOM, Xerces and JAXB [open source under a BSD-style license]. Implements the XQuery Update Facility; Full-Text Support; latest release seems to be June 2006.
  7. Bluestream Database Software Corp.'s XStreamDB, a native XML database server and full text support, aimed primarily at DITA. [commercial with trial download]
  8. David Carlisle's xq2xml converts XQuery to XML, to XQueryX and to XSLT.
  9. Cerebra Inc.'s Cerebra Server supports XQuery, OWL-DL and RDF, and can connect to external databases, but their Web server no longer responds.
  10. Cognetic Systems's XQuantum implements XML Query 1.0 in an XML-native indexed data store. They have a Web page demonstrating the XQuery Use Cases, and support static typing and modules as well as some full-text extensions. [Windows and Linux; 30-day evaluation] Full-Text Support
  11. DataDirect's DataDirect XQuery (tm), an embeddable component for XQuery that implements the XQuery for Java(tm) API (XQJ) [Java; 15-day trial download]. DataDirect participates in the XML Query Working Group.
  12. DataDirect's Stylus Studio 5.0 (XQuery, XML Schema and XSLT IDE). DataDirect participates in the XML Query Working Group.
  13. EMC's xDB; this was formerly X-Hive, and EMC also owns Documentum. Their xDB product claims to be a native XML database in Java, with full XQuery support. [commercial, free evaluation download]
  14. eXist has a Java-based native XML database with an XQuery interface. [Open source, GNU LGPL.] Implements the XQuery Update Facility
  15. The open source GCX, a streaming in-memory XQuery engine with static and dynamic buffer minimzation developed originally at Saarland University [open source]
  16. MXQuery from ETH, a research project; the sourceforge page says, The Micro XQuery Engine is a low-footprint, extensible implementation of XQuery 1.0 including extensions like the XQuery Update and XQueryP. It supports streaming execution and runs on all devices support CLDC 1.0 upwards. [Open source, BSD/Apache license]. ETH is an active participant in the XML Query Working Group. Implements the XQuery Update Facility
  17. Fatdog Software's XQEngine Java. [Open source: GPL or as negotiated]. Full-Text Support [last update 2009-07-18]
  18. GAEL's Derby provides a Java API via their Data Request Broker. There is extensive support for data analysis, including plotting graphs and making tables.
  19. Galax. Open-source (in OCAML), with a Galatex full text search implementation. The authors of Galax include a number of active participants in the XML Query Working Group, both psat and present. Full-Text Support
  20. GNU's Qexo (Kawa-Query) by Per Bothner. Compiles XQuery on-the-fly to Java bytecodes. Based on and part of the Kawa framework. Qexo implements the optional XQuery static typing feature. [Open-source under the GPL-like Kawa License].
  21. HXQ, a compiler from XQuery to Haskell; appears to be an imcomplete research project, but said to be already useful. Open source, license terms unclear from the Web page.
  22. Ipedo's XIP includes a "dual core" SQL + XML Query engine (XMLDB).
  23. IBM's WebSphere Application Server Feature Pack for XML supports XPath 2.0, XSLT 2.0, and XQuery 1.0, with a Java API that unifies all three languages. [Free download; requires WebSphere Application Server, which is commercial]
  24. IBM's xqnsta: XQuery Normalizer and Static Analyzer (XQNSTA) is a Java API and GUI for normalizing and computing the static type of XQuery expressions. IBM is an active participant in the XML Query Working Group.
  25. IBM's DB2 9 stores XML in its native format and provides support for XQuery.
  26. IPSI's IPSI-XQ [java; free download]; this seems to have moved to sourceforge. Last update 2001-11-29.
  27. Ispras Modis' Sedna. Native XML DBMS in C/C++ and Scheme; partial support for XML Query. Includes an Apache HTTP module, and APIs for .NET, Python and Chicken Scheme. There is also a Firefox extension, XqUSEme, and a special build of firefox, XDIB (XQuery In a Browser), for unning client-side XQuery scripts. [Open source under the Apache License].
  28. MarkLogic's MarkLogic Server 4.0 (formerly known as Content Interaction Server). There is also a technical overview document. Commercial, with free download restricted to 100 Megaybytes of data. A limited duration trial license is also available, limited to 1G of content. Full-Text Support. Implements the XQuery Update Facility. MarkLogic is an active participant in the XML Query Working Group.
  29. Microsoft's SQL Server 2005 Express, with XML Schema, XPath 2, and XML Query support. Later versions of SQL Server continue to support XQuery. Microsoft is an active participant in the XML Query Working Group.
  30. CWI's MonetDB/XQuery is an XQuery system that also supports XQUF updates. It is based on the Pathfinder compiler developed at TU Munich, and aims at achieving high performance. Open Source (adapting the Mozilla Public License). Implements the XQuery Update Facility.
  31. OpenLink Software's Virtuoso Universal Server claims to support XSLT 1.2 (?! their link points to the XSLT 1.1 draft), XQuery and SQLX.
  32. Oracle Berkeley DB XML 2.0, formerly Sleepycat's, an embeddable native XML database with support for XQuery 1.0 (July 2004 draft), implemented in C++, with interfaces for Java, Python, Perl and PHP. Open source. Oracle is an active participant in the XML Query Working Group. Full-Text Support
  33. Oracle'sOracle XQuery implementation is part of the Oracle Database product [multi-platform; seems to be a free binary download]. Oracle is an active participant in the XML Query Working Group.
  34. Patternist, an XQuery 1.0, XSL-T 2.0 and XPath 2.0 implementation that provices a C++ API (open source under GPL, uses TrollTech's Qt library)
  35. PHP XML Classes includes XqueryLite, a PHP implementation from 2002. [open source]
  36. Politecnico di Milano's XQBE and other XQuery products
  37. QuiLogic's SQL/XML-IMDB supports a mixure of SQL statements and XQuery expressions. [Free trial requires a restart every hour]
  38. RainingData's TigerLogic XDMS XML Data Management Server for Sun Solaris and Microsoft Windows [free trial].
  39. Renmin University of China's OrientX, a native XML database system in C/C++ developed under Renmin University of China. [open source]
  40. Saarland University Database Group's FluXQuery [no longer maintained], an extension of the XQuery language, FluX, that supports event-based query processing and the conscious handling of main memory buffers. Obsoleted by GCX, but the web page is still mirrored at Cornell.
  41. Saxonica's Saxon implements both XML Query and XSLT 2.0. Available in a schema-aware version as a commercial product, and without schema support as open source. Saxonica is an active participant in the XML Query Working Group.
  42. Software AG's
  43. Sonic Software's Sonic XML Server [30-day trial]
  44. The Universität Konstanz's Database and Information Systems Group's BaseX (open source/GPL) Implements the XQuery Update Facility; Full-Text Support
  45. The University of Texas at Arlington Computer Science Department has people working on XQP: XQuery Processing on a P2P System. [Java; open source]
  46. The Univerisity of Antwerp's Blixem LiXQuery engine implements a subset of XQuery intended for teaching (the download link no longer works, as of September 2009).
  47. Worcester Polytechnic Institute's RainbowCore. [Java. available at no charge and without warranty].
  48. XBird, a light-weight embeddable XQuery processor and database system written in Java, with a distributed XQuery processor. [open source]
  49. XMLmind's Qizx comes in three versions: (1) an open source one (Qizx/open); (2) a commercial implementation, Qizx/db, with an indexed native XML database and full-text support, and (3) Qizx/db Free Engine, a freely downloadable version of Qizx/db but that has a database size limit of approximately one gigabyte of XML. Implements the XQuery Update Facility; Full-Text Support
  50. Xpriori's NeoCore XMS native XML database, with XPath2.0/XQuery access language support [.Net on Linux and MS Windows; free unlimited download for development purposes.]
  51. XQuare Group and Universite' de Versailles Saint-Quentin's: XQuare Fusion and XQuare Bridge, open-source, used to be called xQuark (see also the Xquare home page)
  52. XQIB, XQuery In the Browser, an XQuery plugin for Microsoft Internet Explorer [open source]
  53. XQilla, C++ implementation based on pathan and Xerces-C. Open source (BSD/Sleepycat license). Sleepycat (Oracle) is an active participant in the XML Query Working Group.
  54. XQSharp, XQuery for the .NET framework, from CBCL. Includes Schema support and static typing. XQSharp was previously known as Anglo. [commercial; free for non-commercial use] CBCL is an active participant in the XML Query Working Group.
  55. Xyleme's Xyleme LCMS [commercial]
  56. Zorba, an open source portable embeddable C++ implementation of XQuery. There are also Python and Ruby APIs. See also xqib. [open source, Apache licence]

Unconfirmed Implementations

Please send liam@w3.org any information about these; I have tried to contact people where possible.

XPath 2 Implementations

Software that implements XPath 2.0, but not XML Query or XSLT 2

Related Products and Resources

The following is a (non-comprehensive) list of announcements of products that will include some support for XQuery, or that are of related nature:

Publications

Books

I have tried to indicate where authors participated in the XML Query Working Group, sent comments on the specifications, or have written implementations themselves. This does not necessarily make them good writers, but it may help you to understand their point of view and their connection with XML Query.

Books that I have received more recently are at the top of the list.

I have not seen the following books:

Tutorials

A Google search for "(XQuery tutorial"|"XML Query tutorial") produced over 150 matches (Google actually said about 30,500 but this turned out to mean exactly 153).

Other Pointers

To suggest a new pointer, send an email to member-query-feedback@w3.org.

Contacting Us

To contact the XML Query and XSL Working Groups, you can send email to public-qt-comments at w3.org

To report errors in the specification please use bugzilla, as described in the Status section at the start of each specification.

To comment on this page, send mail to liam at w3 dot org


Valid XHTML 1.0! First created by Massimo Marchiori on April 2000.
Page redesigned in 2007 by Liam; images from www.fromoldbooks.org used by permission.
Page maintained by Liam Quin.
Current: $Revision: 1.194 $ $Date: 2011/10/24 00:47:38 $

Copyright © 2000-2006W3C (MIT, ERCIM, Keio ), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.