<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>
すべての属性(キーと値の両方)を取得する必要があります
for each ( var item : XML in data.item )
{
trace(item.attributes().name());
}
このエラーが発生します
TypeError: Error #1086: The name method only works on lists containing one item.
3番目のアイテム