RE: [xsl] help on attribute name

Subject: RE: [xsl] help on attribute name
From: "Aron Bock" <aronbock@xxxxxxxxxxx>
Date: Mon, 23 May 2005 17:50:42 +0000
Change this:

<xsl:attribute name="$id"><xsl:value-of select="$value"/></xsl:attribute>

to this: (see attribute valued template, AVT)


<xsl:attribute name="{$id}">...

Regards,

--A

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Current Thread