I have a list of items being returned in xml.
each item has various elements. one of the elements is “Position”
which takes a value between 0-6
if Position is 0 then the item should not be shown, but if its between 1 and 6 I need it to be shown.
how can i do the xslt so that it will list the items by order of “Position”
or