Page 1 of 1

define function in XQuery

Posted: Wed Nov 16, 2005 12:14 pm
by DaronRyan
I have reading about creating user defined functions in xquery but have been unsuccessful in trying implement this feature in oxygen. Does oxygen support this feature? Can anyone tell me where I can find information about oxygens implementation?

Regards,
Daron.

Posted: Wed Nov 16, 2005 12:25 pm
by george
Hi Daron,

Oxygen uses Saxon 8 for XQuery support. Version 6.2 includes Saxon 8.5.1. You can look at http://www.saxonica.com for information about Saxon.
Also make sure you have enabled in the XQuery preferences page the "Allow calls on extension functions" option, it is enabled by default.

Best Regards,
George

Posted: Wed Nov 16, 2005 3:22 pm
by DaronRyan
Hello George,

Thanks for the tip. I followed links around and about the place and eventually worked out what I needed to do.

Thanks,
Daron.