currentItem.link.attributes.href currentItem.link.attributes.rel Muzak
----- Original Message ----- From: "Sajid Saiyed" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, October 07, 2005 1:59 PM Subject: [Flashcoders] XML question > Hi, > I am trying to read an Atom XML into a Flash file. > > If you look at the XML, its like this: > > <title>Friends at Macromedia</title> > <link rel="alternate" type="text/html" > href="http://www.ssdesigninteractive.com/blog/archives/2005/10/friends_at_macr.html" > /> > <modified>2005-10-05T07:58:51Z</modified> > ......... > > > Now, when I use XML Connector and set Schema, it shows 'link' as a Array > item and inside it it shows: > > @ href > @rel > @ type > > I am using XML Connector bound to a DataSet. > > I can read the value of 'link' by using this code: > myDS.currentItem.link; > > Now Is there a way to read the values of @ href, @rel etc? > > Thanks _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

