Sajid,

I ran into the same issue. There are two main arrays in an ATOM 1.0 feed the LINK and the ENTRY array. For content I have always used the ENTRY array. I have the same issue with the LINK node inside of ENTRY. It says it's an array but I can not connect to any of the values. I will keep seeing what I can do. Let me know if you figure anything out.


Wade Arnold


On Oct 7, 2005, at 6:59 AM, Sajid Saiyed wrote:

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



_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to