Re: [flexcoders] importing xml to my flex app

2006-07-18 Thread Jeremy Lu
flexcoders@yahoogroups.com] On Behalf Of flexnewbie06 Sent: Tuesday, July 18, 2006 12:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] importing xml to my flex app   Is is possible for me to populate a list in my app with an external XML doc. So far, I have the xml doc loaded

RE: [flexcoders] importing xml to my flex app

2006-07-18 Thread Tracy Spratt
[mailto:[EMAIL PROTECTED] On Behalf Of flexnewbie06 Sent: Tuesday, July 18, 2006 12:35 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] importing xml to my flex app   Is is possible for me to populate a list in my app with an external XML doc. So far, I have the xml doc loaded into

[flexcoders] importing xml to my flex app

2006-07-18 Thread flexnewbie06
Is is possible for me to populate a list in my app with an external XML doc. So far, I have the xml doc loaded into XML object in my app using URLLoader and when I trace my_xml.toString(), my xml doc is in fact loaded the XML object. I guess my problem from here is how to access the attributes