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]
Other format: [Raw text]

next sibling


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


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