[XML-SIG] XSLT 2 and XQuery in (C)Python?

Stefan Behnel stefan_ml at behnel.de
Mon Jan 7 10:22:40 CET 2008


Höke, Christof wrote:
> On a similar question, is there any XQuery libs for Python?

One thing that looks pretty cool is Qexo. The web page says it's a partial
implementation, so I don't know how usable it is, but it compiles XQuery to
Java bytecode, which you can then compile into an executable using gcj. So
that would get you a C-compiled statement that you could execute from Python.

http://www.gnu.org/software/qexo/

Stefan


More information about the XML-SIG mailing list