Home Page › Forums › BizTalk 2004 – BizTalk 2010 › splitting a message into multiple messages › splitting a message into multiple messages
February 10, 2006 at 1:24 PM
#12884
Change the key settings
<xsl:key name=\”linekey\” match=\”/ns1:Order/Line\” use=\”concat(@RequestedDate,@Qty)\”/>
and
<xsl:variable name=\”group\” select=\”key(‘linekey’, concat(@RequestedDate,@Qty))\”/>