CSC343H: XQuery etc.

Galax implementation of XPath and XQuery on CDF

We are using the Galax implementation of XPath and XQuery. To executing a query on cdf is simple: use galax-run at the command line.

Galax downloads, documentation, etc. can be found here. I don't expect you'll need to read the documentation unless you are installing Galax on your own computer.

Documentation for XPath and XQuery

Here is the most relevant W3C XQuery and XPath documentation. The book and lectures are intended to give you most of what you need, but you may have to look up details like functions needed in assignment 3.

Documentation for DTDs and XML Schema

Here is the W3C specification for DTDs, part of the overall specification for XML 1.0 (second edition).

We won't be covering XML Schema in detail. If you want to know more about it, gere is the most relevant W3C XML Schema documentation:

XQuery Tutorial

Here is the XQuery Tutorial