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.
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.