# Problems with my XML File

**URL:** https://forum.kirupa.com/t/problems-with-my-xml-file/231114
**Category:** flash
**Created:** [July 2, 2007, 10:20am UTC](https://forum.kirupa.com/t/problems-with-my-xml-file/231114 "2007-07-02T10:20:14Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ChromeDemon](https://avatars.discourse-cdn.com/v4/letter/c/258eb7/32.png) [@ChromeDemon](https://forum.kirupa.com/u/ChromeDemon)
#### Post date: [July 2, 2007, 10:20am UTC](https://forum.kirupa.com/t/problems-with-my-xml-file/231114/1 "2007-07-02T10:20:14Z")

</div>

I have this XML File:

```auto

<xml>
  <row>
    <cell>
      657692
    </cell>
    <cell>
      261746
    </cell>
  </row>
 <row>
    <cell>
      657692
    </cell>
    <cell>
      261746
    </cell>
  </row>
<row>
    <cell>
      657692
    </cell>
    <cell>
      261746
    </cell>
  </row>
</xml>

```

Now what I need is a an Array which looks like  
[0]657692 \<— Row part 1  
[1]261746 \<— Row part 1  
[2]657692 \<— Row part 2  
[3]261746 \<— Row part 2  
[4]657692 \<— Row part 3  
[5]261746 \<— Row part 3

maybe sumone can help me with this

cheers
