User-agent: Mozilla Thunderbird 0.8 (X11/20040913)
Thx! Then i will wait for them to fix this bug :)
Carlo Contavalli wrote:
On Sat, Oct 02, 2004 at 11:40:14PM +0000, Stanislav Obolevich wrote:
Cool! Does it fix the problem i posted earlier?
It really is a libxslt bug. I've sent a message to the libxslt
mailing list, but didn't get any answer so far.
We could fix the problem from mod-xslt, but I really don't like
the idea that much.
In your particolar case, if you define
MXSLT_DISABLE_SIGNATURE
with something like:
CFLAGS='-DMXSLT_DISABLE_SIGNATURE' make
instead of the normal make, should get rid of the problem.
However, xmlAddChild is called from other parts of the code,
so it still wouldn't work if this function get called while
processing your document.