The expected xml output message should look for customerName and then add the TotalValue of the same customer :
<?xml version="1.0" encoding="ISO-8859-1" ?>
<order>
<column name="Customer">
<record id="1">
<data name="CustomerName">Mark</data>
<data name="ItemNumber">A1108</data>
<data name="TotalValue">250</data>
</record>
<record id="2">
<data name="CustomerName">Adam</data>
<data name="ItemNumber">A1109</data>
<data name="TotalValue">200</data>
</record>
</column>
</order>
Joined: 30 Nov 2006 Posts: 614 Location: Washington DC
In ESQL there is no Sort built in function.
We implemented the Insertion Sort algorithm to do the sorting. _________________ IBM ->Let's build a smarter planet
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum