[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] next sibling


Subject: [xsl] next sibling
From: Lea Allison <Lea.Allison@xxxxxxxxxxxxxx>
Date: Tue, 23 Apr 2002 15:33:36 +0200

Hi

I am looking for away to jump to the next node in a for-each loop. eg:


for-each select="*"

	choose
		when test="@testParam = 'yes' "
			DO THIS

		otherwise
			skip to next node where @testParam = 'yes' and DO
THIS

	/choose
/for-each


Hope someone can help out

Thanks

Lea

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



Current Thread