Great stuff!!! Thanks, William.
-----Original Message----- From: Unmoderated discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] Behalf Of William Bartholomew Sent: Tuesday, August 02, 2005 6:27 PM To: [email protected] Subject: Re: [ADVANCED-DOTNET] Sorting an XmlNodeList Eddie, Give this a try: http://samples.gotdotnet.com/quickstart/howto/doc/Xml/XPathExpression.aspx On 8/3/05, Eduard Lascu <[EMAIL PROTECTED]> wrote: > 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(r) http://www.develop.com > > View archives and manage your subscription(s) at http://discuss.develop.com > -- Regards, William D. Bartholomew http://blog.bartholomew.id.au/ =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
