Project

Profile

Help

Is there any way to have an XPathCompiler knowing about the predefined map/array XPath function namespaces other than doing declareNamespace?

Added by Martin Honnen 7 months ago

With Saxon 11/12, in the .NET or Java s9api, I wonder whether there is any convenience method to create an XPathCompiler knowing the "standard" XPath functions namespaces (.e.g. map and array, math)? Or do I have to make sure to use declareNamespace for them before compiling or evaluation XPath expressions using functions from those namespaces?


    (1-1/1)

    Please register to reply