Jump to content

XQuery Update Facility: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
BaseX added
Gregburd (talk | contribs)
Line 4: Line 4:


==Implementations==
==Implementations==
* [http://www.basex.org/ BaseX] - An open source XML Database and XQuery Processor; supported from version 6.0
* [http://www.datadirect.com/products/xquery/index.ssp/ DataDirect XQuery] - a java-based commercial XQuery processor. Supported from Release 4.0
* [http://www.emc.com/products/detail/software/documentum-xdb.htm EMC Documentum xDB] - Native XML Database. XQuery Update Facility supported since version 9.0
* [http://monetdb.cwi.nl/XQuery/ MonetDB/XQuery] - An open source XQuery processor on top of the [http://monetdb.cwi.nl/Home/index.html MonetDB] relational database system.
* [http://monetdb.cwi.nl/XQuery/ MonetDB/XQuery] - An open source XQuery processor on top of the [http://monetdb.cwi.nl/Home/index.html MonetDB] relational database system.
* [[PureXML]] PureXML - [[http://www.ibm.com/software/data/db2/xml/ IBM DB2] offers XQuery Update Facility since version 9.5.
* [http://www.qizx.com/ Qizx] XQuery engine with open-source version Qizx/open.
* [http://www.qizx.com/ Qizx] XQuery engine with open-source version Qizx/open.
* [http://www.saxonica.com/ SaxonSA XSLT and XQuery Processor] - by [[Michael Kay (software engineer)|Michael Kay]]; Supported since version 9.1, but only in the commercial version.
* [http://www.saxonica.com/ SaxonSA XSLT and XQuery Processor] - by [[Michael Kay (software engineer)|Michael Kay]]; Supported since version 9.1, but only in the commercial version.
* [http://xqilla.sourceforge.net/ XQilla] - An open source ([http://www.apache.org/licenses/LICENSE-2.0.html ASL2.0]) XQuery processing library with support for the latest XQuery Update features. XQilla is written in C++ and includes a command line executable shell to execute queries against XML content stored on a local filesystem. This library is actively developed and part of a supported [http://oracle.com/ Oracle] product, [http://www.oracle.com/database/berkeley-db/xml/ Berkeley DB XML].
* [http://xqilla.sourceforge.net/ XQilla] - An open source ([http://www.apache.org/licenses/LICENSE-2.0.html ASL2.0]) XQuery processing library with support for the latest XQuery Update features. XQilla is written in C++ and includes a command line executable shell to execute queries against XML content stored on a local filesystem. This library is actively developed and part of a supported [http://oracle.com/ Oracle] product, [http://www.oracle.com/database/berkeley-db/xml/ Berkeley DB XML].
* [http://www.datadirect.com/products/xquery/index.ssp/ DataDirect XQuery] - a java-based commercial XQuery processor. Supported from Release 4.0
* [[PureXML]] - IBM DB2 offers XQuery Update Facility since version 9.5.
* [http://www.emc.com/products/detail/software/documentum-xdb.htm EMC Documentum xDB] - Native XML Database. XQuery Update Facility supported since version 9.0
* [http://www.basex.org/ BaseX] - An open source XML Database and XQuery Processor; supported from version 6.0


==External links==
==External links==

Revision as of 23:38, 12 January 2010

XQuery Update Facility is an extension to the XML Query language, XQuery. It provides expressions that can be used to make changes to instances of the XQuery 1.0 and XPath 2.0 Data Model.

It became a W3C Candidate Recommendation on 14 March 2008.

Implementations

  • BaseX - An open source XML Database and XQuery Processor; supported from version 6.0
  • DataDirect XQuery - a java-based commercial XQuery processor. Supported from Release 4.0
  • EMC Documentum xDB - Native XML Database. XQuery Update Facility supported since version 9.0
  • MonetDB/XQuery - An open source XQuery processor on top of the MonetDB relational database system.
  • PureXML PureXML - [IBM DB2 offers XQuery Update Facility since version 9.5.
  • Qizx XQuery engine with open-source version Qizx/open.
  • SaxonSA XSLT and XQuery Processor - by Michael Kay; Supported since version 9.1, but only in the commercial version.
  • XQilla - An open source (ASL2.0) XQuery processing library with support for the latest XQuery Update features. XQilla is written in C++ and includes a command line executable shell to execute queries against XML content stored on a local filesystem. This library is actively developed and part of a supported Oracle product, Berkeley DB XML.