Subject: vbscript in XSl file, possible?
From: Howard Lim <Howard.Lim@xxxxxxxxxxxx>
Date: Wed, 6 Jun 2001 12:47:51 -0500
|
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
|