[Flashcoders] Re: Any good XML api out there?

2007-05-03 Thread Alen Balja
E4X is great if you can use AS3, that is if you can deploy to Flash Player9 --- Hi, what I need is basically a class that puts all the data in an associative array, or numeric, depending on if I'm storing values for individual node

[Flashcoders] RE: Any good XML api out there?

2007-05-03 Thread Jack Doyle
Here's an AS2 class that'll load and parse your XML file into almost exactly what you're asking for: http://www.greensock.com/ActionScript/XMLParser Instead of root[track[n]["artist"]] from your example, it would be simply track[n].artist Jack Doyle -Original Message- Date: Thu, 03 May