Re: [flexcoders] e4x and XML in Web Service Calls

2010-07-20 Thread Oleg Sivokon
I think that E4X is the default for the WebService. E4X isn't exactly a format... it's a language extension added to ECMAScript, just like regular expressions language in many other languages, or LinQ in .NET. Essentially, when you did this: myDataXML = XML(evt.result); You have already

Re: [flexcoders] e4x and XML in Web Service Calls

2010-07-20 Thread Angelo Anolin
To: flexcoders@yahoogroups.com Sent: Tue, 20 July, 2010 9:22:36 Subject: Re: [flexcoders] e4x and XML in Web Service Calls I think that E4X is the default for the WebService. E4X isn't exactly a format... it's a language extension added to ECMAScript, just like regular expressions language