Not a problem at all. The following works fine:
for each(var node:XML in resultXML..label) 
                                {
                                    taskList.push(node.toString());
                floorTasks.dataProvider = taskList;

Reply via email to