[flexcoders] How to display XML object in DataGrid

2006-09-15 Thread sathish_nayak_b
In my Application i want to read XML file dinamically and display the contents in Datagrid . i used Following Code. function loadXmlFile():void{ var request:URLRequest = new URLRequest(temp.xml); var loader:URLLoader = new URLLoader(); loader.addEventListener(Event.COMPLETE,

RE: [flexcoders] How to display XML object in DataGrid

2006-09-15 Thread Deepa Subramaniam
Of sathish_nayak_b Sent: Thursday, September 14, 2006 10:40 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to display XML object in DataGrid In my Application i want to read XML file dinamically and display the contents in Datagrid . i used Following Code. function loadXmlFile():void{ var