[xsl] <xsl:for-each>

Subject: [xsl] <xsl:for-each>
From: "Dung, Ming-tzung" <Ming-tzung_Dung@xxxxxxxxxxxxx>
Date: Fri, 19 Apr 2002 13:24:39 -0600
Hi,
    I wonder whether the XSLT has the instruction like the "break" statement
in C/Java language inside the loop. If no such instruction, any design idiom
can solve this problem?   Thanks in advance!!
    For example,     ....
<xsl:for-each select="Data">
    <xsl:if test="...">
       <!-- If the test is true, I want to exist this loop. -->
    </xsl:if>
</xsl:for-each>


Ming



 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread