> I just wanted to ask if there's any Python XML implementation which
> supports XSLT 2.0 (e.g. ). The only thing I found was
> Saxon, but it's only for Java/.NET (and I don't want to use Jython).
I have looked for a native Python implementation for some time now but
no chance it seems. With Jyt
(have not tried that though). Is there maybe a way to access
Saxon from CPython?
On a similar question, is there any XQuery libs for Python?
Thanks a lot
Christof
___
XML-SIG maillist - XML-SIG@python.org
http://mail.python.org/mailman/listinfo/xml-sig
> I am new to xml in python, but not new to python. After searching for
> quite a bit, I can't seem to find the answer to this easy coding problem.
> I have a xml file that i need to find an element with id = 2 extract
> second child from it, and pass it on to the rest of my program.
>
> How can