xsl-list
[Top] [All Lists]

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

2005-08-31 13:00:26
Hi Christopher,

This should do what you want:

//text[count(ancestor::system) < 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]


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--