Project

Profile

Help

use java extension in XQuery?

Added by Anonymous almost 16 years ago

Legacy ID: #5090259 Legacy Poster: y10k (y10k)

Is there a way to call Java functions in XQuery? I have a few XSLT that calls my Java functions, but not sure how I can do that in XQuery.


Replies (2)

RE: use java extension in XQuery? - Added by Anonymous almost 16 years ago

Legacy ID: #5090263 Legacy Poster: y10k (y10k)

Sweet... Again, I found the answer right after posting it. http://saxon.sourceforge.net/saxon7.6/extensibility.html#Writing-extension-functions

RE: use java extension in XQuery? - Added by Anonymous almost 16 years ago

Legacy ID: #5090272 Legacy Poster: Michael Kay (mhkay)

Yes, the Saxon mechanisms for calling out to Java methods in XSLT work in exactly the same way in XQuery. Michael Kay

    (1-2/2)

    Please register to reply