[flexcoders] Building XML out of an Array Collection

2008-04-16 Thread Nate Pearson
I'm trying to change an array collection of typed objects from a .NET webservice into XML. My array collection is like this: myNode{ label:String id:int children:ArrayCollection } The items in the children array collection are more of myNode. I want to put it into xml so it looks like this:

RE: [flexcoders] Building XML out of an Array Collection

2008-04-16 Thread Jim Hayes
Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nate Pearson Sent: 16 April 2008 16:59 To: flexcoders@yahoogroups.com Subject: [flexcoders] Building XML out of an Array Collection I'm trying to change an array collection of typed objects from a .NET webservice