XSLT is written in a very functional style, and in this style there is no equivalent of a exit/break statement.
<xsl:for-each select="nodes">
<xsl:if test="some condition">
body of loop...
</xsl:if>
</xsl:for-each>
Take a look at this article -
http://articles.techrepublic.com.com...1-5085807.html
Reputation Points: 2136
Solved Threads: 1228
Posting Genius
Offline 6,527 posts
since Oct 2008