|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: variable
<xsl:variable> is not supported by the IE5 implementation of XSL.
what you will have to do is something like:
<xsl:template match="rs:data">
<TABLE>
<th><INPUT TYPE="BUTTON">
<xsl:attribute name="sortfld">
<xsl:value-of select="@TradeDate"/>
</xsl:attribute>
<xsl:attribute name="value">
<xsl:value-of select="."/>
</xsl:attribute>
</INPUT>
</th>
</TABLE>
</xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








