public function displayIt():void { var admins:XMLList = myXML.children(); myTextArea.text = admins.toXMLString(); } A B