I have a group with the following attributes:
<mygroup>
<item id="0">
<item id="1">
<item id="2">
</mygroup>
when I cal the expression /mygroup/item I need to re-order the nodeset according the attribute "id", there is a way to do it without using the sort template?