Advertise Books Events Forum News Social Networking Support Us

sdkIQ for iPhone
($4.99)

Shape Up
($0.99)

Your First iPhone App
($1.99)

iVidCam Free
(free)

Kid Art
($0.99)

iPUBQUIZ
(£1.19)

ArtStudio
($3.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 07-07-2009, 08:52 PM   #1 (permalink)
pmvinuelas
Registered Member
 
Join Date: Feb 2009
Posts: 87
Question TableView Drill Down issue (with XML)

I am trying to do a drill down in my app where the first table view displays the title of books. Then when you select the title it takes you to a drill down of the chapters in that specific book. Then when you select the chapter it will go into a detail view.

I have managed to get the initial table view set up that displays my book titles however when i try to build in the second table view for my chapters the table will display ALL chapters of ALL the books instead of jsut the chapters that are part of the specific book that i selected....

(I have been working on this for 4 hours now!)

Below is what i believe to be the relevant code. Let me know if you guys need more and i can paste it in...

Oh i forgot to mention that this is all coming from a local server with XML code! so i will also paste in relevant data on the XML code.

XML file:
<?xml version="1.0" encoding="UTF-8"?>
<Books>
<Book id="1">
<title>CircumferenceTest</title>
<Chapter>Chapter1</Chapter>
<Chapter>Chapter2</Chapter>
<author>Nicholas Nicastro</author>
<summary>Eratosthenes and the Ancient Quest to Measure the Globe.</summary>
</Book>
<Book id="2">
<title>Copernicus Secret</title>
<Chapter>Chapter6</Chapter>
<Chapter>Chapter7</Chapter>
<author>Jack Repcheck</author>
<summary>How the scientific revolution began</summary>
</Books>
pmvinuelas is offline   Reply With Quote
 
Enter the iPhone App Challenge!  Win $500!
» Advertisements
» Stats
Members: 24,248
Threads: 39,028
Posts: 171,169
Top Poster: smasher (2,571)
Welcome to our newest member, mitch2702
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 10:54 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.