RE: " problem...

Subject: RE: " problem...
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Thu, 16 Nov 2000 13:13:48 -0000
> <xsl:attribute name="onclick"><xsl:value-of
> select='concat("show(",$current_entry,")")'/></xsl:attribute>

Try
<xsl:attribute name="onclick"
>show("<xsl:value-of select="$current_entry"/>")</xsl:attribute>

Mike Kay


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


Current Thread