Project

Profile

Help

How to retrieve XPathContext

Added by Anonymous over 15 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?


Replies (1)

RE: How to retrieve XPathContext - Added by Anonymous over 15 years ago

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

    (1-1/1)

    Please register to reply