[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] Re:


Subject: [xsl] Re:
From: "cutlass" <cutlass@xxxxxxxxxxx>
Date: Wed, 23 May 2001 18:12:58 +0100

> 
> <img name="<xsl:value-of select="."/>" src="arrow.gif"/>
> 

if u want to use <xsl:value-of> tag use the following;

<img src="arrow.gif">
<xsl:attribute name="name"><xsl:value-of select="."/></xsl:attribute>
</img>

cheers, jim fuller


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



Current Thread