XML used for E4X examples
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundColor="white"> <mx:XML id="usersXML"> <root> <users> <user id="1"> <firstname>A</firstname> <lastname>A</lastname> </user> <user id="2"> <firstname>H</firstname> <lastname>H</lastname> </user> </users> </root> </mx:XML> </mx:Application>