Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データを持つ xml タグのみを arraylist に配置する必要があります。これは、データグループのデータプロバイダーとして機能します。
誰でもこのタスクを達成するのを手伝ってもらえますか...よろしくお願いします
for each (var x:XML in myXML.item) { if (x.children().length() > 0) myList.push(x); }