xsl-list
[Top] [All Lists]

Re: reverse and forward order

2003-04-11 13:09:25
At 15:57 11/04/2003 +0100, David Carlisle wrote:
whereas
(ancestor::*)[1] gives you your first ancestor in document order, ie
                your most ancient ancestor; Adam (or Eve) in some
               cultures.

David,

Not quite, I think.

The (ancestor::*)[1] gives you the first ancestor in document order that is of the principal node type of the ancestor axis i.e. an element node. But it doesn't actually give the first ancestor in document order, which is the root node.

At least that's my $0.02.

Andrew Watt



XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list



<Prev in Thread] Current Thread [Next in Thread>