testing for descendants problem2003-04-03 16:28:16
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
|
|
||||||||||||||||