Hello!
I want to sort a document with sort by clause, but I’ve problem to have a good sorting. In my document wich look like this :
<documents>
<document>
<number>001</number>
</document>
<document>
<number>002</number>
</document>
<document>
<number>44</number>
</document>
<document>
<number>333</number>
</document>
</documents>
when I sort on number by doing this sort by (number), output is incorrect because 44 comes after 333 and I think it’s because 4 is after 3, but can I’ve 44 comes before 333?
thanks in advance
Nathaire
#API-Management#Tamino#webMethods