Subject:Grouping without For-Each Author:Simon Cowley Date:22 Oct 2007 02:44 AM
Hi all
I am still having a problem with sequential processing of some xml and grouping by ID. I have a source with a Trans node followed by TransItem nodes. I am able to read the preceding sibling value of these but I do not know how to group and wrap them as seperate transactions in my output. Each time I try something it loses the sequential order of the source file.
All examples I have seen are using a For-Each loop.