I haven’t been able to find an answer to this elsewhere.
I have made an XML file which I tend to use as my site navigation provider.
In this XML I’ve added an attribute to the navigation elements called “Position”.
How do I sort the items provided to my <asp:Menu /> control in ascending order to the Position attribute?
Found my answer: