[XML-SIG] XSLT processing woes, basic.py

Dieter Maurer dieter at handshake.de
Fri Sep 10 20:21:25 CEST 2004


David Thomas wrote at 2004-9-9 22:16 -0700:
>    ret = libxsltmod.xsltSaveResultToString(self._o, result__o)
>SystemError: error return without exception set

A bug in a C extension.

It returns "NULL" (indication of an error) but it did not
set any exception (telling Python about the kind of error).

Almost surely, "xsltSaveResultToString" is to blame.

-- 
Dieter


More information about the XML-SIG mailing list