Subject: firing on more than one match
From: Ronald Kent Gibson <Kent.Gibson@xxxxxxxxxxx>
Date: Fri, 17 Oct 2003 18:25:31 +0200
|
Dear All
I have something like this, ie there are more is more than one node that is
named ruledef, and I want my condition to fire when any of these things are
equal to the condition.
<xsl:when test="/ruledef[1]/@pageeject = 'yes'">
</xsl:when>
Seems like a loop would be good here, but no loops in xslt.
I don't thinkr recursion will help, either. So can anyone kindly give me
some suggestions, thanks and enjoy the weekend.
kent
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|