Re: [xsl] Passing attributes in a node-set

Subject: Re: [xsl] Passing attributes in a node-set
From: Frank Klasens <fklasens@xxxxxxxxx>
Date: Tue, 17 Jan 2006 13:50:48 +0100
>  <xsl:for-each select="$value">
>   <xsl:element name="{$name}_{position()}"><xsl:value-of select="."/>
>  </xsl:for-each>

Thanks again, this works. I'm new to xslt but I think I'm going to like it.

Frank

Current Thread