Flex Newbie XMLList question - Sorting XML and XMLList
问题 Is it possible to sort an XMLList? All the examples I can find on it create a new XMLListCollection like this: MyXMLListCol = new XMLListCollection(MyXMLList); I don't think the XMLListCollection in this case has any reference to the XMLList so sorting it would leave my XMLList unsorted, is this correct? How can I sort the XMLList directly? Thanks ~Mike 回答1: So I finally got my search terms altered enough I actually churned up an answer to this. Using the technique I got from here: http:/