How to retrieve XPathContext
Replies (1)
Please register to reply
Added by Anonymous about 16 years ago
Legacy ID: #5310209 Legacy Poster: MichaelLJ (michaellj)
I have a static function which I would like to call with a String within a static java function. In the examples I see that there are functions that are called with no arguments at all (within the XSLT), but the java representation shows one argument, an XPathContext. Whenever I try this, I get a mismatch (couldnt find a function that takes 2 arguments). What is the trick here?
Legacy ID: #5310346 Legacy Poster: MichaelLJ (michaellj)
I answer myself because I now found out: I used an internal implementing class, not exactly the required net.sf.saxon.expr.XPathContext
Please register to reply