[flexcoders] Re: Testing for Enclosure Tag in XML - Kludge Poodle

2008-03-03 Thread yangguothecat
So here's a kludge. It works! var myxml = new XML(xmlclean); var il:XMLList = myxml.channel.item; for (var i:uint = 0; i

Re: [flexcoders] Re: Testing for Enclosure Tag in XML - Kludge Poodle

2008-03-03 Thread Maciek Sakrejda
ahoogroups.com To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Testing for Enclosure Tag in XML - Kludge Poodle Date: Mon, 03 Mar 2008 19:37:51 - So here's a kludge. It works! var myxml = new XML(xmlclean); var il:XMLList = myxml.channel.item; for (var i:uint = 0; i