Hi
I've got a stylesheet with a for loop
<xsl:for-each select="a:multistatus/a:response">
I've got an element in it:
<a>
<xsl:attribute name="href">Clipping.aspx?sTitle=<xsl:value-of select="(aropstat/a
rop/a:href)"/>
</xsl:attribute>
</a>
How can I add an incremented ID value for each element in the loop,so the link looks like this:
Clipping.aspx?ID=i&sTitle=<xsl:value-of select="(aropstat/a
rop/a:href)"/
Thanks
Kati




ropstat/a
Reply With Quote