Good Day,
I have the following code, which works just fine for the element values -
However, autnresponse/responsedata/field/value has an attribute called count.
How can I refer to count in this for-each loop?
Regards,
Dan
I have the following code, which works just fine for the element values -
Code:
<xsl:for-each select="autnresponse/responsedata/field/value">
<value count="1"><xsl:value-of select="."/></value>
</xsl:for-each>
However, autnresponse/responsedata/field/value has an attribute called count.
How can I refer to count in this for-each loop?
Regards,
Dan