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: Order of nodes in a union


> 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

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