Advertisement
Guest User

How-to break a for-each loop in XSLT

a guest
Feb 26th, 2012
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <xsl:for-each select="...nodes...">
  2. <xsl:if test="...some condition...">
  3. ...body of loop...
  4. </xsl:if>
  5. </xsl:for-each>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement