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]

JSP - XSL Question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]