Hello everybody, I have an XmlDocument and I use GetElementsByTagName method to obtain a list of nodes with a specific name. This nodes must be sorted based on the value of an attribute, before they are further processed. What's the easiest way to do this? I don't necessarily have to keep them in my XmlNodeList (although it would be preferable). I am looking for something from the FCL as opposed to go and write my own sorting function.
All suggestion will be appreciated. Cheers, Eddie =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
