Subject: RE: Order of nodes in a union
From: Kay Michael <Michael.Kay@xxxxxxx>
Date: Fri, 30 Jun 2000 12:28:52 +0100
|
> I have a union of two node sets which orders the elements in document
> order. However, I had expected to see the first set in the
> union first, followed by the second set, for example :
>
> Is this normal behaviour for the union operator?
The union operator produces an (unordered) node-set, but the xsl:for-each
instruction processes its contents in document order.
Mike Kay
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|