Is there any way to have an XPathCompiler knowing about the predefined map/array XPath function namespaces other than doing declareNamespace?
Replies (1)
Please register to reply
Added by Martin Honnen about 1 year 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?
No, I don't think there's any short-cut for that.
Please register to reply