Re: [xsl] testing for descendants problem

Subject: Re: [xsl] testing for descendants problem
From: S Woodside <sbwoodside@xxxxxxxxx>
Date: Thu, 3 Apr 2003 21:47:37 -0500
<xsl:when test="descendant::*[@task = $taskNumber][not(@result)]">

but don't you really want

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

?

simon

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

<xsl:when test="descendant::*[@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



Current Thread