XSLT 2 Processor

2007-12-08 Thread anand nalya
Hi, I wanted to know if there is a XSLT 2 processor for python?? Thanks, Anand Nalya -- http://mail.python.org/mailman/listinfo/python-list

XSLT 2 Processor

2007-12-08 Thread anand nalya
Hi, I wanted to know if there is a XSLT 2 processor for python?? Thanks, Anand Nalya -- http://mail.python.org/mailman/listinfo/python-list

Re: xpath and current python xml libraries

2007-12-11 Thread anand nalya
Is there a package that supports XSLT 2? On 11/12/2007, Paul Boddie <[EMAIL PROTECTED]> wrote: > > On Dec 11, 2:03 am, [EMAIL PROTECTED] wrote: > > PyXML seems to be long gone. Is lxml the way to go if i want to have > > xpath supported? > > The libxml2dom package (which I maintain) also supports

Error accessing a java web service

2007-12-11 Thread anand nalya
t;/home/anand/Desktop/SOAPpy-0.12.0/SOAPpy/Client.py", line 406, in __call SOAPpy.Types.faultType: When I access the same web service through a java client, it works fine. Am I missing something here?? Cheers, Anand Nalya -- http://mail.python.org/mailman/listinfo/python-list

python glibc error

2008-09-02 Thread anand nalya
I'm getting the following errors while trying to run a python script: *** glibc detected *** python: free(): invalid next size (normal): 0x0d2da210 *** *** glibc detected *** python: malloc(): memory corruption: 0x1b81da60 *** Is this a bug in my script or python or gllbc? Relev