Multiple groupings of XML nodes
问题 I'm trying to group the input below by the destination and assortment values using muenchian-grouping which is new for me so I'm not sure how to do it properly. The input files will be much larger than this so performance is important. <?xml version="1.0"?> <ns0:Data xmlns:ns0="http://BizTalk_Projects.input"> <transports> <destination>destination 1</destination> <assortment>Volvo_GA961</assortment> <quantity>10</quantity> </transports> <transports> <destination>destination 1</destination>