I'm an XSLT newbie, but I think if you did <xsl:for-each
select="*[@testParam = 'yes']"> it would work.
Somebody correct me if I'm wrong.
- Theo
-----Original Message-----
From: Lea Allison [mailto:Lea.Allison@xxxxxxxxxxxxxx]
Sent: Tuesday, April 23, 2002 9:34 AM
To: XSL List (E-mail)
Subject: 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
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- next sibling
- Lea Allison - Tue, 23 Apr 2002 09:32:44 -0400 (EDT)
- <Possible follow-ups>
- Brinkman, Theodore - Tue, 23 Apr 2002 09:40:06 -0400 (EDT) <=
- Carmelo - Tue, 23 Apr 2002 11:24:42 -0400 (EDT)
|
|