[Home] [By Thread] [By Date] [Recent Entries]
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"><%=colOrder%></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
|

Cart



