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]
Other format: [Raw text]

Re: Collecting attributes from the ancestor-or-self axis


Hi Oleg,

> <xsl:copy-of> copies nodes in document order, but if you are copying
> attributes, why do you care about any order?

In Adam's example, he was copying all the attributes from the
ancestors of the current node and the current node itself. He wanted
attributes nearer the current node to override the same-named
attributes from ancestors further away.

If you add two attributes with the same name to the same element, the
one that you add last is the one that gets included in the output. So
order *does* matter when you're copying attributes, if you're copying
several attributes of the same name.

Cheers,

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]