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: vbscript in XSl file, possible?


pass in your vbscript variable's value as a global param and then you can
use it where you want in the XSL...
check out <xsl:param> for more info...

-putman


-----Original Message-----
From: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of Howard Lim
Sent: Wednesday, June 06, 2001 11:48 AM
To: XSL-List@lists.mulberrytech.com
Subject: [xsl] vbscript in XSl file, possible?


Is it possible for me to put vbscript in my XSL file???

I have the following line in my XSL file:

<xsl:attribute name="Name"><%=path%><xsl:value-of
select="FileName"/></xsl:attribute>

path is a vbscript varible that i have in my asp page that displaying the
xsl and xml file.

it seems the <%=path%> vbscript is an invalid character in XSL

i try to use <![CDATA[<%=path%>]]> but it seems i get <%=path%> hardcoded in
my asp page and it is not consider as vbscript.

pls help. thank you.

Howard (Kian-How) Lim
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]