iOS: Displaying information from an XML (DTD) file on to the screen?

ericsepia

New Member
I am very new to this area but I've been assigned this task. I have been working on this for three weeks with no success and am hoping someone can either help me or point me in the right direction.I am trying to display information from a DTD file on to my iOS's screen. The DTD file is on the web server. I can Parse the file fine, and everything seems to be working so far. But when I go to display the information (inside of a tableView) it comes up blank.What I need to know is this:
  • What's the best way TO show the output of the file (tableView, view, etc.?)
I have looked at sample code, read articles, etc. about this topic and am confused about how to SHOW the output.
 
Back
Top