please help with this loop

wxdqz

New Member
Hi there,

I have a problem. In my xsl, I have this variable:
<xsl:variable name="recordCountDifference" select="50 - count(/Schema1/Claim) mod 50" />

and then I need to do this loop, and output some tags:

<xsl:for-each select="$recordCountDifference">
<br/>
</xsl:for-each>

Please help me out.

Thanks a lot,

Mike
 
Back
Top