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: using <xsl:param> with vbscript variable


check out this snippet from Trace...

http://www.vbxml.com/snippetcentral/main.asp?view=viewsnippet&lang=&id=v2001
0410230220

-putman



-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Howard Lim
Sent: Thursday, June 07, 2001 8:12 AM
To: xsl-list@lists.mulberrytech.com
Subject: [xsl] using <xsl:param> with vbscript variable


how to pass vbscript variable as a param using <xsl:param> to XSL file ???

Is this the right way???
i have the following code in my asp code that call the XML and XSL file and
display them:
<%path="c:\mydir\"%>
<xsl:param name = "path" select = "<%=path%>" />

and, i have the following in my XSL file:
<xsl:value-of select="item[$path]"/>

can somebody please help me to use <xsl:param> correctly. Thank you.

Howard
howard.lim@us.net56.net



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


 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]