Subject: Re: nodes order in union
From: David Carlisle <davidc@xxxxxxxxx>
Date: Sat, 17 Nov 2001 19:30:19 GMT
|
The union just produces a set (unordered) of nodes, but
xsl:apply-templates (unless used with xsl:sort) always processes the
nodes in document order, and that means that attributes come before
child nodes.
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
|