Re: stop a for-each looping ???

2003-10-21 Thread J.Pietschmann
Dang Minh Phuong wrote: I use for-each to loop through all nodes and test the value. If the condition is true, I'd like to stop the loop. A xsl:for-each is *not* a loop in the sense this stuff is handled in JavaScript or other procedural languages. It is best thought as executing the body in parall

RE: stop a for-each looping ???

2003-10-21 Thread Andreas L. Delmelle
> -Original Message- > From: Glen Mazza [mailto:[EMAIL PROTECTED] > > Let's be careful to move XSLT questions to the > Mulberry list and archives--we have a link to it on > the Resources page, also a Google search will find it. > Yer right, laddy :) That's why I decided to keep it concise

RE: stop a for-each looping ???

2003-10-21 Thread Glen Mazza
Let's be careful to move XSLT questions to the Mulberry list and archives--we have a link to it on the Resources page, also a Google search will find it. This ML will become overwhelmed--like Mulberry!-- should we start answering XSLT questions here. Glen --- "Andreas L. Delmelle" <[EMAIL PROTE

RE: stop a for-each looping ???

2003-10-21 Thread Andreas L. Delmelle
> -Original Message- > From: Dang Minh Phuong [mailto:[EMAIL PROTECTED] > > I use for-each to loop through all nodes and test the value. If the > condition is true, I'd like to stop the loop. How can I do that. Could you > help me to suggest ideas??? Thanks > A break-statement like in Java

Re: stop a for-each looping ???

2003-10-21 Thread Chris Bowditch
From: Dang Minh Phuong <[EMAIL PROTECTED]> Hi all, I use for-each to loop through all nodes and test the value. If the condition is true, I'd like to stop the loop. How can I do that. Could you help me to suggest ideas??? Thanks This is a xslt specific question. I dont know if there is an equivalen

stop a for-each looping ???

2003-10-21 Thread Dang Minh Phuong
Hi all, I use for-each to loop through all nodes and test the value. If the condition is true, I'd like to stop the loop. How can I do that. Could you help me to suggest ideas??? Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED]