Project

Profile

Help

How to use XQuery functions from XSL?

Added by Anonymous over 19 years ago

Legacy ID: #2865557 Legacy Poster: Kesav Kumar (kesav)

I understand XQuery and XSL uses same runtime environment. How can I invoke XQuery functions from XSL? Can any one give me a small example how to do this? Thanks


Replies (1)

RE: How to use XQuery functions from XSL? - Added by Anonymous over 19 years ago

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

If you mean user-written functions written in XQuery, you can import an XQuery module into XSLT using saxon:import-query and then invoke the functions defined in that query module. The reverse isn't currently possible. Michael Kay

    (1-1/1)

    Please register to reply