E
Eyal
Hello,
I am new to xslt and try to have an argument that for each iteration
of the "FOR-EACH" will grow in one:
<xsl:for-each select="//AssetCode">
<node id="_1">
<xsl:attribute name="text">
<xsl:value-of select="."/>
</xsl:attribute>
</node>
I want id to be in the next iteration _2 and _3 in the next one
etc....
any ideas of how to do it?
I am new to xslt and try to have an argument that for each iteration
of the "FOR-EACH" will grow in one:
<xsl:for-each select="//AssetCode">
<node id="_1">
<xsl:attribute name="text">
<xsl:value-of select="."/>
</xsl:attribute>
</node>
I want id to be in the next iteration _2 and _3 in the next one
etc....
any ideas of how to do it?