|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: testing for descendants problem
> 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> Your title and your code talk about testing for descendants, but your message talks about testing for ancestors - which do you mean? > > ...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. Assuming you mean descendants, test="descendant::*[@task = $tasknumber and not(@result)]" Michael Kay Software AG home: Michael.H.Kay@xxxxxxxxxxxx work: Michael.Kay@xxxxxxxxxxxxxx XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








