Is there a simple way to have an extension function in XSLT 1.0 written in javascript return a node-set?
I could create a new java class for this, but I would rather jus
Here is an example that should work with MSXML 6 as long as run in a mode allowing script in XSLT to implement extension functions.
The stylesheet code is as follows: