XML - Arrays and Duplication

I am struggling with putting xml into seperate arrays as they are made. Not only this but I would like a movie clips name to have the number of the array next to its variable name so that the right xml goes to the right place.

E.g. xml:

<1><blob>hello</blob></1>
<2><blob>bye</blob></2>

arrays + movie clips:

array1 - hello in mc1
array2 - bye in mc2
etc