xsl-list
[Top] [All Lists]

Re: Need basic help

2005-11-10 05:32:41
Embarrasing it is.

Found the problem after speedreading af few pages of M. Kay's XSLT
Programmers Reference.

The transformation:
<xsl:attribute name="@name"><xsl:value-of select="."/></xsl:attribute>

Should be:
<xsl:attribute name="{(_at_)name}"><xsl:value-of select="."/></xsl:attribute>

/Thomas

--~------------------------------------------------------------------
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>