Hi,
I have an XML file that I am trying to parse and then sort into an re-ordered list.
Currently the XML file is ordered via date ascending i.e. oldest item first, newest last.
I know how to parse an XML file using 'XMLNodeList - GetElementsByTagName' but what would be the best (simplest) way after retreiving the required Attributes, to then sort them as I need?
I have thought about loading the strings into a hidden ListBox on my form and ordering that way, also I have search and found reference to 'ToList', I guess arrays could be used also.
Any ideas would be a help.
Regards..,
MT