xsl-list
[Top] [All Lists]

RE: testing for descendants problem

2003-04-03 16:42:32

Oops. Nevermind. I made that painful mistake of editing a different copy
of the file than I had in the browser. Sheesh... it's just:

<xsl:when test="descendant::*[(_at_)task = $taskNumber] and not(@result)">
        ... do something
</xsl:when>



-----Original Message-----
From: Mac Martine [mailto:email(_at_)magusdesigns(_dot_)com] 
Sent: Thursday, April 03, 2003 3:28 PM
To: 'xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com'
Subject: testing for descendants problem


Hi-
 I need to check if there are ancestor element nodes of an element node
which contains @task=$taskNumber, so I have:

<xsl:when test="descendant::*[(_at_)task = $taskNumber]">
        ... do something
</xsl:when>

...no problem so far...but I also want to make sure that this ancestor
element node does not have an @result attribute. I can't figure out how
to do that. Can someone please help? Thanks-
 Mac


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



<Prev in Thread] Current Thread [Next in Thread>
  • RE: testing for descendants problem, Mac Martine <=