I\'m writing some xlst file which I want to use under linux and Windows. In this file I use node-set function which declared in different namespaces for MSXML and xsltproc
You can use the function function-available() to determine which function you should use:
You can even wrap this logic in a named template and call it with the nodeset as a parameter.