xsl-list
[Top] [All Lists]

RE: help on attribute name

2005-05-23 10:50:42
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/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>