[XML-SIG] XSLT 2.0 implementation in Python?

2009-06-18 Thread Christof Hoeke
> 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

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

2008-01-03 Thread Höke, Christof
(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

[XML-SIG] python xml (Lukasz Szybalski)

2006-03-08 Thread Christof
> 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