xsl-list
[Top] [All Lists]

Re: [xsl] except

2014-02-02 19:10:47
On 02/02/2014 21:50, Graydon wrote:
I think it should be

descendant::* except self::heading

if I want all the descendant elements without any of the descendant
elements who happen to be heading elements.

I'm not sure if you mean by "I think it should be" but

descendant::* except self::heading

is same as

descendant::*

as there is no intersection between the descendant and self axis.

David


--~------------------------------------------------------------------
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>
--~--