[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

RE: [xsl] vbscript in XSl file, possible?


Subject: RE: [xsl] vbscript in XSl file, possible?
From: "John Putman" <jputman@xxxxxxxxxxx>
Date: Wed, 6 Jun 2001 11:51:41 -0600

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@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]On Behalf Of Howard Lim
Sent: Wednesday, June 06, 2001 11:48 AM
To: XSL-List@xxxxxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxx


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


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



Current Thread
Keywords