[Home] [By Thread] [By Date] [Recent Entries]
> How do I put an aprotophy in this string...
>
> <xsl:value-of select="concat('[@name = '',@name,'']')"/>
>
Try
<xsl:variable name="apos">'</xsl:variable>
<xsl:value-of select="concat('[@name = ',$apos,@name,$apos,']')"/>
Mike Kay
Software AG
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



