[xsl] testing for descendants problem

Subject: [xsl] testing for descendants problem
From: "Mac Martine" <email@xxxxxxxxxxxxxxxx>
Date: Thu, 3 Apr 2003 15:28:16 -0800
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::*[@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


Current Thread