define function in XQuery

Oxygen general issues.
DaronRyan
Posts: 4
Joined: Sat Nov 12, 2005 1:06 am

define function in XQuery

Post 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.
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
DaronRyan
Posts: 4
Joined: Sat Nov 12, 2005 1:06 am

Post 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.
Post Reply