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]

RE: Passing parameters to functions (MSXML3)



> <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


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