|
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 |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| [xsl] Need basic help, Verakso | Thread | Re: [xsl] Need basic help, David Carlisle |
| [xsl] Need basic help, Verakso | Date | Re: [xsl] Need basic help, David Carlisle |
| Month |