var data:XML = 12 61 hello ; for each ( var f:XML in data.foo ) { trace( f ); } //trace /* 12 61 hello */