XML Completed, how do I parse it? - Re-opened!!!! :(
<?xml version="1.0" ?>
- <entries>
- <entry>
<id>1</id>
<mask>AHW-93664-489</mask>
<subject>Tester 1</subject>
<assigned>3</assigned>
<timedue>2004-07-05 00:00:00</timedue>
<status>resolved</status>
</entry>
- <entry>
<id>1</id>
<mask>HKO-50919-712</mask>
<subject>Tester 2</subject>
<assigned>0</assigned>
<timedue>2004-08-09 15:11:58</timedue>
<status>reopened</status>
</entry>
</entries>
Above is the result of a PHP file which creates XML data from a MySQL table.
How do I go about getting that data from the server into an app?
I gather i'de need an array of some sort, but i've been looking at this code for so long, i'm completely blind to what to do next :)
Please help.
Ta