This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

AW: For loop


Devan,

there isn't a break or continue statement. The condition IS in the
pattern in the select attribute of the <xsl:for-each..> Element. The
pattern defines a nodeset and the loop will be processed for all nodes
in this set.

So what you have to do is to define a suitable pattern.

Michael.

-----Ursprungliche Nachricht-----
Von: owner-xsl-list@lists.mulberrytech.com
[mailto:owner-xsl-list@lists.mulberrytech.com]Im Auftrag von Devan
Govender
Gesendet: Donnerstag, 12. Juli 2001 13:34
An: xsl-list@lists.mulberrytech.com
Betreff: Re: [xsl] For loop


I have read about the for-each construct.
What I need though is a way of looping and stopping the loop under
a certain condition

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]