You say "seems doesn't work for me here", but the code you posted shows you have not tried. Try to implement Josh's suggestion, debug it if id does not work, and post back if you are unable to correct it.
Tracy ________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Tuesday, July 08, 2008 9:48 AM To: [email protected] Subject: [flexcoders] Re: Retrieving XML data hey here is my code, or you are able to find it on my first post. http://www.privatepaste.com/f8hQrmzTyB <http://www.privatepaste.com/f8hQrmzTyB> Cheers --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > That's all I've got, I was just typing it in off the top of my head. Post > your code that doesn't work, and I'll have a look. > > -Josh > > On Tue, Jul 8, 2008 at 2:00 PM, flexawesome <[EMAIL PROTECTED]> wrote: > > > humm..it makes sense. but... how can I modify my code accordingly? > > > > seems doesn't work for me here, do you mind to post the code > > completely? > > > > :) > > > > > > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Josh McDonald" <dznuts@> wrote: > > > > > > No worries mate. Assuming you're talking about an XMLList, this > > should do > > > it: > > > > > > for each (var node:* in myXMLList.image) { > > > myArray.push(node.toString()); > > > } > > > > > > -Josh > > > > > > On Tue, Jul 8, 2008 at 1:45 PM, flexawesome <flexawesome@> wrote: > > > > > > > hey Josh, may I get an array of strings containing the URLs ? :) > > > > > > > > Cheers > > > > > > > > --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Josh McDonald" <dznuts@> > > wrote: > > > > > > > > > > That's not much of a description for your problem buddy :) > > > > > > > > > > Do you want to get an array of strings containing just the urls > > > > from an > > > > > XMLList? Or do you just want to drop those nodes from an XML > > > > document? We > > > > > need more info to be of any help. > > > > > > > > > > -Josh > > > > > > > > > > On Tue, Jul 8, 2008 at 1:34 PM, flexawesome <flexawesome@> > > wrote: > > > > > > > > > > > hey there, is there a way to get rid off the tag ( image)? > > > > humm, I got > > > > > > this... > > > > > > <image>www.google.com/a.jpg</image> > > > > > > <image>www.msn.com/b.jpg</image> > > > > > > > > > > > > > > > > > > > > > > > > http://www.privatepaste.com/f8hQrmzTyB <http://www.privatepaste.com/f8hQrmzTyB> > > > > > > > > > > > > Thank you > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > > "Therefore, send not to know For whom the bell tolls. It tolls > > for > > > > thee." > > > > > > > > > > :: Josh 'G-Funk' McDonald > > > > > :: 0437 221 380 :: josh@ > > > > > > > > > > > > > > > > > > > > > ------------------------------------ > > > > > > > > -- > > > > Flexcoders Mailing List > > > > FAQ: > > http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt <http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> > > > > Search Archives: > > > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo <http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo> ! > > Groups > > > > Links > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > "Therefore, send not to know For whom the bell tolls. It tolls for > > thee." > > > > > > :: Josh 'G-Funk' McDonald > > > :: 0437 221 380 :: josh@ > > > > > > > > > > > ------------------------------------ > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt <http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt> > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo <http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo> ! Groups > > Links > > > > > > > > > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] >

