XQuery: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 56: Line 56:
=== Libraries ===
=== Libraries ===


; For eXist:
* [http://query-exist.sourceforge.net/ PheXist] is a set of classes for PHP 5. (older version also for PHP4 & Perl) to query and manipulate XML documents in eXist XML:DB. (Version 0.5, april 2007). PHP 5 needs the soap extension enabled.
* [http://query-exist.sourceforge.net/ PheXist] is a set of classes for PHP 5. (older version also for PHP4 & Perl) to query and manipulate XML documents in eXist XML:DB. (Version 0.5, april 2007). PHP 5 needs the soap extension enabled.
* [http://bmuskalla.de/DB_eXist/ XML_DB_eXist aka DB_eXist] (dead ?)


== Links ==
== Links ==

Revision as of 21:21, 24 November 2007

Definition

Xquery is a query language that uses the structure of XML intelligently can express queries across all these kinds of data, whether physically stored in XML or viewed as XML via middleware. In other words, you can use it to retrieve things from files, from XML representations made from SQL databases, from native XML databases like exists. In addition, Xquery is quite a real programming language. XUpdate is a protocol to updated (XQuery can't). XML Databases are servers in which can plug XML "as is" and get it back with Xquery and/or XSLT.

Documentation

Standards

XQuery Tutorials

Other

  • XML:DB XUpdate Use Cases by Kimbro Staken. This document outlines a basic set of uses cases for the XUpdate specification from the XML:DB Initiative.

Software

XML databases

See XML database

XQuery Engines

  • SAXON XSLT and XQuery Processor. There is a free version. (works).
  • XQEngine - XML Query Engine implements XQuery - sourceforge project.
  • MXQuery. low-footprint, extensible XQuery Engine (Java). Includes support for update
  • Galax. open-source implementation of XQuery 1.0.
  • Safari Guide Safari Guide is a free application for Mac OS X Tiger that allows developers to evaluate arbitrary XPath and XQuery expressions against the current frontmost Safari webpage. [10/2005]

XML Editors with XQuery support

See XML editor for a list of XML editors

Many, e.g. XML Exchanger lite.

Libraries

For eXist
  • PheXist is a set of classes for PHP 5. (older version also for PHP4 & Perl) to query and manipulate XML documents in eXist XML:DB. (Version 0.5, april 2007). PHP 5 needs the soap extension enabled.
  • XML_DB_eXist aka DB_eXist (dead ?)

Links