state of XSLT2/XPath2 or XQuery in CPython

Stefan Behnel stefan.behnel-n05pAM at web.de
Wed Dec 26 14:55:41 EST 2007


Christof Hoeke wrote:
> I was wondering if there is any way to use XSLT2 or maybe even XQuery
> with "normal" CPython. Using Saxon/XSLT2 with Jython is no problem (I
> have not tried Saxon.NET with IronPython but suspect no problem?) but I
> could not find any way to use XSLT2 or XPath Features with CPython. All
> the usual suspects 4suite or libxslt (via lxml) seem to have no support
> yet. Is there any hope I oversaw something?

I wouldn't know any implementation. Are you looking for a specific feature?
Using Python functions in XPath/XSLT might get you pretty close to XPath2.

Stefan



More information about the Python-list mailing list