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 <[EMAIL PROTECTED]> wrote:
> hey Josh, may I get an array of strings containing the URLs ? :)
>
> Cheers
>
> --- In [email protected], "Josh McDonald" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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
> > >
> > > Thank you
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> > --
> > "Therefore, send not to know For whom the bell tolls. It tolls for
> thee."
> >
> > :: Josh 'G-Funk' McDonald
> > :: 0437 221 380 :: [EMAIL PROTECTED]
> >
>
>
>
> ------------------------------------
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives:
> 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]