This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Rendering: filling tag attributes via XSLT


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]