A couple of people have pointed out that there is at least another active open-source XQuery implementation project:
Galax (http://db.bell-labs.com/galax/) which is "a lightweight, very portable implementation, with a liberal open source license".
Galax is implemented in O-Caml, while Qexo is implemented in Java. In terms of feature coverage, Galax appears to be further along (though both are useful as is); on the other hand, Qexo is a true compiler.
|