>
> <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 |
- [no subject]
- Howard Lim - Wed, 23 May 2001 13:06:53 -0400 (EDT)
- cutlass - Wed, 23 May 2001 13:14:07 -0400 (EDT) <=
- Keith - Wed, 23 May 2001 13:25:16 -0400 (EDT)
- Michael Kay - Wed, 23 May 2001 13:31:27 -0400 (EDT)
- Christopher Go - Wed, 23 May 2001 13:35:38 -0400 (EDT)
|
|