RE: [flexcoders] Re: Sorting an XMLList on an attribute

2008-07-31 Thread Tracy Spratt
, though. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gaurav1146 Sent: Thursday, July 31, 2008 1:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Sorting an XMLList on an attribute Hi Tracy, Thanks a lot

[flexcoders] Re: Sorting an XMLList on an attribute

2008-07-30 Thread gaurav1146
Hi Tracy, Thanks a lot for replying. That cleared a lot of my confusion between XMLList and XMLListCollection. Based on your example I am able to sort the XMLList. But there is one issue I observed. I have to reset my tree dataProvider after sorting the XMLList (tree.dataProvider = booksList). If