Re: [xsl] Re: Re: Collecting attributes from the ancestor-or-self axis

Subject: Re: [xsl] Re: Re: Collecting attributes from the ancestor-or-self axis
From: Oleg Tkachenko <olegt@xxxxxxxxxxxxx>
Date: Mon, 19 Nov 2001 15:17:11 +0200
Dimitre Novatchev wrote:


You're mislead of his meaning of "duplicates" here -- by "duplicates" he means
attribute nodes having the same name -- these are not duplicates in XPath, where
node equality is the same as node identity.


Arghhhh yea, you are right, I mistaken, "ancestor-or-self::*/@*" expression cannot have duplicates in XPath sense, only something like "//@* | @attr" would be the case.

--
Oleg Tkachenko
Multiconn International, Israel


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



Current Thread