I have a small question I hope someone will be able to help me with. I have an xml file that looks something like this:
<?xml version=“1.0” encoding=“UTF-8”?>
<events>
<event id=“1”>
<date>4/5 2010</date>
<titel>test event1</titel>
</event>
<event id=“2”>
<date>4/5 2011</date>
<titel>test event2</titel>
</event>
</events>
There can be infinity numbers of events. And I’m wondering how I should display this in flash as2.0, so it will appear on a 2 lists, one with all the dates and one with all the titels.
Any help would be nice