RE: [flexcoders] Re: How to extract data from XML

2008-05-28 Thread Tracy Spratt
Of Daniel Freiman Sent: Tuesday, May 27, 2008 11:32 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: How to extract data from XML Technically, text() returns an XMLList where all of the objects are of kind text. And you can set the value of those individual nodes in that list. So

RE: [flexcoders] Re: How to extract data from XML

2008-05-27 Thread Tracy Spratt
, 2008 3:08 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to extract data from XML OMFG the namespace was the problem. After I added that line I was able to call Alert.show(myXML.logo.toXMLString()); and it worked like a charm. Thanks now I can finally start doing stuff with my

Re: [flexcoders] Re: How to extract data from XML

2008-05-27 Thread Daniel Freiman
3:08 AM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: How to extract data from XML OMFG the namespace was the problem. After I added that line I was able to call Alert.show(myXML.logo.toXMLString()); and it worked like a charm. Thanks now I can finally start doing stuff

[flexcoders] Re: How to extract data from XML

2008-05-24 Thread wild.katana
Of wild.katana Sent: Thursday, May 22, 2008 7:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to extract data from XML Okay, first of all, thanks for all of your help, Tracy. I have checked the myXML variable with Alert.show(myXML) and it shows what I pasted in the first

RE: [flexcoders] Re: How to extract data from XML

2008-05-23 Thread Tracy Spratt
if that expression returns only a single node. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wild.katana Sent: Thursday, May 22, 2008 7:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to extract data from XML Okay

[flexcoders] Re: How to extract data from XML

2008-05-22 Thread wild.katana
Okay, first of all, thanks for all of your help, Tracy. I have checked the myXML variable with Alert.show(myXML) and it shows what I pasted in the first post (that's where I got it). So I know that myXML contains that. I tried doing Alert.show(myXML.logo.toXMLString()) but it is still showing