Commit 03f1bdd260c69d08ccc97c2a31e40ceb9a893880

Nick Wellnhofer 2024-09-13T20:59:47

xpath: Make recursion check work with xmlXPathCompile The check for maximum recursion depth required a parser context with an xmlXPathContext which xmlXPathCompile didn't provide. All other code should already set up or require an xmlXPathContext.