Re: [xsl] Collecting attributes from the ancestor-or-self axis
by David Carlisle other posts by this author
Nov 19 2001 11:58AM messages near this date
Re: [xsl] Collecting attributes from the ancestor-or-self axis
|
Re: [xsl] xslt on server-side vs. client-side
> I believe this works as follows:
more or less, yes.
> 1. the select in copy-of returns a node-set in document order. At this
> point the node set has duplicate attribute names.
As I've said so often on this list that even Jeni's started saying it,
set's don't have an order. So the select just selects the set of nodes.
Howver copy-of, in common with all other result building operations
in xslt, processes the nodes in the set in document order, and so:
> 2. when copy-of applies these attributes to the output element, the
> duplication is removed by succeeding attribute nodes overwriting the values
> of any attributes that are already present.
David
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
Thread:
WATKIN-JONES,ADAM (HP-UnitedKingdom,ex1)
Oleg Tkachenko
Jeni Tennison
David Carlisle
David Carlisle
|