Complicated Array issue

Pff,
I’m wondering if someone could help me with giving me the right direction, I should look for…
I’m trying to make a news system, loaded from XML … headers dyn created, onreleases … so far…
Now I was wondering if someone could help me with sorting the xml data (on DATE; xx/xx/xx) and storing it into an array for further violence :wink:

:red: Pleaz help

mm forgo to tell you…
I just found out something about this:
[AS]
var myArray:Array = new Array();
myArray.push({day: “18”, month: “02”, year:“04”});
trace(myArray);
[/AS]

was this is the right direction?
heh I guess not… anyway
cu