Mega Code Archive
Categories
/
Flash ActionScript
/
XML
Descendants matches tags with the same name on different levels
package{ import flash.display.Sprite; public class Main extends Sprite{ public function Main(){ var foo:XML =
foo
; trace(foo..b.toXMLString()); } } }