[flexcoders] How to convert an e4x XML object into an AS object?

2008-06-03 Thread Dave Kong
I know SimpleXMLDecoder can decode a legacy XMLNode to an object and make good guesses at basic types such as string vs. int. But if I have the new e4x XML object, how do I easily convert that to objects? Or convert from E4X to XMLNode?

RE: [flexcoders] How to convert an e4x XML object into an AS object?

2008-06-04 Thread Tracy Spratt
ary array. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave Kong Sent: Tuesday, June 03, 2008 10:20 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] How to convert an e4x XML object into an AS object? I know SimpleXMLDecoder can decode a legacy