AW: [xsl] For loop

Subject: AW: [xsl] For loop
From: "Michael Schafer" <MSchaefer@xxxxxxxxxxxx>
Date: Thu, 12 Jul 2001 13:46:12 +0200
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@xxxxxxxxxxxxxxxxxxxxxx
[mailto:owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx]Im Auftrag von Devan
Govender
Gesendet: Donnerstag, 12. Juli 2001 13:34
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
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


Current Thread