In reference to this question,
I am able to get the name and value pairs of the <id>,<width> etc XML tags.
But I am not able to store them as a name-value pair in Array/ArrayCollection,
i.e
id - ""
width - 10
height - 10
name - Person1
I want to use them later in my application. How to do that ?
A basic implementation of key-value pairs in AS is Object or Dictionary.