[xsl] Passing parameters to functions (MSXML3)

Subject: [xsl] Passing parameters to functions (MSXML3)
From: "Ian Sparks" <isparks@xxxxxxxxxxxxxxx>
Date: Thu, 8 Feb 2001 16:15:38 -0000
I'm trying to do this :

<msxsl:script language="VBScript" implements-prefix="user">

<![CDATA[

function Echo(aString)


  Echo = aString

end function

]]>

</msxsl:script>

.......

<xsl:variable name="vString">Hello!</xsl:variable

<xsl:value-of select="user:Echo($vstring)"/> 

This isn't working for me..Can anyone put me straight?

- Ian.





 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread