[flexcoders] e4x 101 -- Help get it through my thick skull

2008-03-24 Thread David Ham
Hi, I'm working with webservice xml data in XML format, and the e4x is giving me a little trouble. Am I right on these points: * All e4x operations return an XMLList. I've been trying to get them to return XML, like: var theNodeIWant : XML = myDataSet.myElement.(@someAttr == foo) but it seems

Re: [flexcoders] e4x 101 -- Help get it through my thick skull

2008-03-24 Thread Mondain
These references helped me with e4x: http://developer.mozilla.org/presentations/xtech2005/e4x/ http://www.devx.com/webdev/Article/33393/0/page/2 Paul On Mon, Mar 24, 2008 at 8:56 AM, David Ham [EMAIL PROTECTED] wrote: Hi, I'm working with webservice xml data in XML format, and the e4x is

RE: [flexcoders] e4x 101 -- Help get it through my thick skull

2008-03-24 Thread Tracy Spratt
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of David Ham Sent: Monday, March 24, 2008 11:57 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] e4x 101 -- Help get it through my thick skull Hi, I'm working with webservice xml data in XML format, and the e4x is giving me