This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Passing parameters to functions (MSXML3)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]