I am struck with parsing this xml File can any one help me to parse this.

- <site>
- <transactionList>
- <transaction uniqueId="14141414" type="debit" baseType="debit">
<description>CHECK # 998</description>
<checkNumber>998</checkNumber>
<amount curCode="USD">59.00</amount>
<link>link</link>
<category>category</category>
<transDate localFormat="MM/dd/yy">2005-07-16T00:00:00</transDate>
</transaction>
- <transaction uniqueId="1111111" type="deposit" baseType="credit">
<description>DESC</description>
<link>http://www.altova.com</link>
<amount curCode="USD">343465.00</amount>
<transDate localFormat="yyyy-MM-dd">2005-07-16T00:00:00</transDate>
<postDate localFormat="yyyy-MM-dd">2005-07-16T00:00:00</postDate>
<checkNumber>DAG-333</checkNumber>
<category categoryId="333">other</category>
</transaction>
</transactionList>
</site>


Following is the error I received while parsing this XML File

Data at the root level is invalid. Line 1, position 1.