Just found out that libxml doesn’t do tail recursion optimisation on XSLT. Note that this is the version of XSLT which requires you do recursion for even trivial string operations, so I’ve just increased the recursion depth to 1000000 because that’s not insane.

Just found out that libxml doesn’t do tail recursion optimisation on XSLT. Note that this is the version of XSLT which requires you do recursion for even trivial string operations, so I’ve just increased the recursion depth to 1000000 because that’s not insane.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.