Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 01-31-2010, 04:08 AM   #1 (permalink)
irvinfletcher
Registered Member
 
Join Date: Jan 2010
Posts: 2
irvinfletcher is on a distinguished road
Default XML and UITableView

I need to download an XML file, parse it and display it in a "multi-level" UITableView. The XML file looks like this:

Code:
<?xml version="1.0" encoding="utf-8" ?>
<persons>
  <person id="1" name="Adam Smith">
    <sport id="1" name="discus" result="10" />
    <sport id="2" name="longjump" result="15" />
    <sport id="3" name="javelin" result="18" />
  </person>
  <person id="2" name="John Williams">
    <sport id="2" name="longjump" result="7" />
    <sport id="3" name="javelin" result="21" />
  </person>
</persons>
However, I can't find a simple code example! Yes, I have read the SeismicXML sample code, and I've read a tutorial about Core Data, but these cover more topics than what I need. I just need to download an XML file and display it in a "multi-level" UITableView.

Can someone please help me?
irvinfletcher is offline   Reply With Quote
 

» Advertisements
» Online Users: 531
12 members and 519 guests
givensur, jbro, Joseph262, kasumar, linkmx, mediaspree, mezzh, samichaudry, sunlite, Thompson22, VinceYuan, w0rldsell3r
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,443
Threads: 94,026
Posts: 402,591
Top Poster: BrianSlick (7,978)
Welcome to our newest member, Joseph262
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:05 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.