OSB: How to recreate reusable XQuery functions
1033781Jul 11 2009 — edited Jun 21 2013OSB's XQuery implementation does not support the XQuery "module" which allows the creation of a function library so how can OSB provide function re-use?
I know you can create XQuery transformations that can be called but these always need a "body" that makes a specific call so I'm finiding I have to copy useful XQuery functions from one transformation to another. Ideally I should be able to call an XQuery function external to the transformation.
Does anyone have any pointers on this or is it a fundamental limitation of the OSB XQuery implementation?
regards