Commit 3e1aad4fe584747fd7d17cc7b2863a78e2d21a77

Nick Wellnhofer 2021-06-02T17:31:49

Fix XPath recursion limit Fix accounting of recursion depth when parsing XPath expressions. This silly bug introduced in commit 804c5297 could lead to spurious errors when parsing larger expressions or XSLT documents. Should fix #264.