RE: [xsl] Passing parameters to functions (MSXML3)

Subject: RE: [xsl] Passing parameters to functions (MSXML3)
From: Linda van den Brink <lvdbrink@xxxxxxx>
Date: Fri, 9 Feb 2001 08:32:17 +0100
> <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?

If this is cut&pasted from your actual code: the variable name is case
sensitive, you've named it vString and then ask the value of vstring.

Linda

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


Current Thread