xsl-list
[Top] [All Lists]

Re: testing for descendants problem

2003-04-03 19:47:37
<xsl:when test="descendant::*[(_at_)task = $taskNumber][not(@result)]">

but don't you really want

<xsl:when test="ancestor::*[(_at_)task = $taskNumber][not(@result)]">

?

simon

On Thursday, April 3, 2003, at 06:28  PM, Mac Martine wrote:

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

...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
--
www.simonwoodside.com -- 99% Devil, 1% Angel


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