[xsl] JSP - XSL Question

Subject: [xsl] JSP - XSL Question
From: "L Rutker" <lrutker@xxxxxxxxxxx>
Date: Thu, 04 Oct 2001 15:47:59 -0400
Hi,
I am trying to do the following:
<col:colheader colorder="<%=coldata%>"/>
col:colheader is my jsp tag and <%=coldata%> is a jsp tag outputting some data as the value.


The page is an xsl whos final output will be treated as a jsp.
The xsl will not allow the above syntax required by the jsp
An attempt to use the following:
<col:colheader>
<xsl:attribute name="colorder">
<xsl:text disable-output-escaping="yes">&lt;%=colOrder%&gt;</xsl:text> </xsl:attribute>
</col:colheader>
will not work because the JSP engine can't process the output.


Any solutions?
Thanks



_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


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



Current Thread