Comment 3 for bug 572570

Revision history for this message
scoder (scoder) wrote :

It looks like this is hiding a different error that occurs in libxslt while processing a copy of the stylesheet. Sadly, the function that does this in libxslt only returns a single error value, so lxml.etree just guesses that this was due to insufficient memory - apparently an incorrect assumption in this case. I'll have to take a closer look to figure out why an error occurs here.