Re: [xsl] excluding descendants (and all of their descendants as well)

Subject: Re: [xsl] excluding descendants (and all of their descendants as well)
From: Evan Lenz <evan@xxxxxxxxxxxx>
Date: Wed, 31 Aug 2005 13:00:26 -0700
Hi Christopher,

This should do what you want:

//text[count(ancestor::system) &lt; 2]

Evan


Woods, Christopher wrote:


In psuedocode, what I need is this:
descendant::text[skip all text elements that are descendants of second system element]

Current Thread