<top>
<item link="http://www.google.be"><![CDATA[test]]></item>
<item link="http://www.google.be"><![CDATA[test]]></item>
<item bold="true" link="http://www.google.be"><![CDATA[test]]></item>
</top>
I need to get all the attributes (both key and value)
for each ( var item : XML in data.item )
{
trace(item.attributes().name());
}
gives this error
TypeError: Error #1086: The name method only works on lists containing one item.
on the 3th item