
Oct. 30, 2007
12:10 p.m.
Le lundi 29 octobre 2007 17:36, Stefan Behnel a écrit :
That's a pretty old version, but the general restriction still applies. You cannot use an XSLT object in a different thread if it was not created in the main thread (that's due to some optimisations in libxslt).
Before using lxml, I was using lxml2, which is also based on libxml2 and libxslt, and I had not this thread problem. Is this optimisation in your C/python code, or in the original C libxslt code? -- Frédéric