1
<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>
属性私は(キーと値の両方)すべての属性AS3:XMLからすべての+キー値が
for each (var item : XML in data.item)
{
trace(item.attributes().name());
}
を取得する必要があり、このエラーに第3回アイテム
上TypeError: Error #1086: The name method only works on lists containing one item.
を与えます