[xsl] Re: Need basic help

Subject: [xsl] Re: Need basic help
From: Verakso <verakso@xxxxxxxxx>
Date: Thu, 10 Nov 2005 13:32:41 +0100
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="{@name}"><xsl:value-of select="."/></xsl:attribute>

/Thomas

Current Thread