does the file have the same structure as the table(s)

ie

file
Code:
<root>
  <TableName1>
    <Col1>data1</Col1>
    <Col2>data2</Col2>
    etc.
  </TableName2>
  <TableName1>
    <Col1>data1</Col1>
    <Col2>data2</Col2>
    etc.
  </TableName2>
</root>
in the database

Table1
Col1|Col2|etc.

Table2
Col1|Col2|etc.