Re: Rendering: filling tag attributes via XSLT

Subject: Re: Rendering: filling tag attributes via XSLT
From: "Dmitry Kachaev" <greenrain@xxxxxxx>
Date: Sun, 17 Sep 2000 08:44:49 +0700
> I'm trying to render the following:
> 
> <a href='#<xsl:value-of select="@name"/>'>

Try

<a>
<xsl:attribute>
<xsl:value-of select="@name"/>
</xsl:attribute>
...smth...
</a>

Best wishes,
Dmitry Kachaev


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


Current Thread