This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: the nearest ancestor with the attribute


Mike Kay wrote:
>>   ancestor::*/@attr[last()]
>>
>> At least I *think* that's right ;)
>
> No, I don't think it is. This expression will return a set consisting of the
> last @attr attribute of each ancestor element. An element can only have one
> @attr attribute so saying you want its last one is pointless.
>
> (ancestor::*/@attr)[last()] will select the last in document order (i.e. the
> innermost available attribute).

Oh yeah, that's what I meant to say :)

Jeni

---
Jeni Tennison
http://www.jenitennison.com/



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]