[Home] [By Thread] [By Date] [Recent Entries]
David Carlisle wrote:
In the meantime I realized that if we can't use msxsl:script to implement exslt:node-set on IE, we *may* be able to use exslt:function Well, seems I missed that one. Sorry. In the meantime....: <msxsl:script language="JScript" implements-prefix="exslt">
this['node-set'] = function(nodes) {
return nodes;
};
</msxsl:script>...seems to do what I wanted... Best regards, Julian
|

Cart



