Project

Profile

Help

invoking saxon using javascript

Added by Anonymous over 16 years ago

Legacy ID: #4525835 Legacy Poster: mfsiddiq (mfsiddiq)

HI I want to know if there is any way i can invoke saxon using javascript.Since we want the xquery on the client side,i wish to call saxon from javascript.Any suggestions in this regard will be of great help. Cheers mfsiddiq


Replies (1)

RE: invoking saxon using javascript - Added by Anonymous over 16 years ago

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

It's theoretically possible to package Saxon in a Java applet and then invoke it client-side from Javascript using the standard applet invocation API. At one stage there was a sample applet included in the package to demonstrate this. But I never felt it was very satisfactory, and the size of the JAR is such that I'm not sure you would get adequate performance. But by all means give it a try and report back on your results. Michael Kay

    (1-1/1)

    Please register to reply