|
-
Aug 5th, 2004, 05:21 AM
#1
Thread Starter
Fanatic Member
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
Last edited by VisionIT; Aug 5th, 2004 at 08:51 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|