All,
version:11.1.1.4
I have a requirement in the for-loop which has to iterate for a fixed loop. For instance: I want the for-loop to iterate only for 5 times, how should I define the for-loop? Any idea, please share your thoughts.
<xsl:for-each select="5">
</xsl:for-each>
I tried the above code, didn't work!.
Rgds
sen