| Subject: Re: [xsl] XSLT and XML in the same document From: Julian Reschke <julian.reschke@xxxxxx> Date: Tue, 29 May 2007 16:08:12 +0200 | 
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
hmm, I wonder what gave you that idea;-)
<msxsl:script language="JScript" implements-prefix="exslt">
  this['node-set'] = function(nodes) {
    return nodes;
  };
</msxsl:script>| Current Thread | 
|---|
| 
 | 
| <- Previous | Index | Next -> | 
|---|---|---|
| Re: [xsl] XSLT and XML in the same , David Carlisle | Thread | Re: [xsl] XSLT and XML in the same , David Carlisle | 
| Re: [xsl] [xml] repeating elements, Mulberry Technologie | Date | Re: [xsl] XSLT and XML in the same , David Carlisle | 
| Month |