RE: [flexcoders] string to xml - datagrid

2005-04-22 Thread Fransjo Leihitu
ains array of childs. cont.addTicket(t); cont.addTicket(t1); cont.addTicket(t2); return cont; } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik WestraSent: Friday, April 22, 2005 10:46 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] string to xml - data

RE: [flexcoders] string to xml - datagrid

2005-04-21 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Erik Westra Sent: Wednesday, April 20, 2005 7:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] string to xml - datagrid To create XML from a string u can just do this: var xml:XML = new XML(str); Then u can use

RE: [flexcoders] string to xml - datagrid

2005-04-20 Thread Erik Westra
To create XML from a string u can just do this: var xml:XML = new XML(str); Then u can use an xmlToObject coverter to convert the xml object to an object wich consists of arrays and objects. I believe there is a macromedia utility available for this. Greetz Erik -Original Message-