[Home] [By Thread] [By Date] [Recent Entries]
On 11/30/10 15:59, Neil Beddoe wrote:
HI,
<xsl:template match="row/*" priority='1'> <!-- because of priority, this one takes precedence over the specific money template --> <td><xsl:next-match/></td> </xsl:template> <xsl:template match="money"> <span class="money" onclick="ShowMeMoney()"> <xsl:value-of select="."/> </span> </xsl:template> regards, Ruud
|

Cart



