ios - how to read xml data from website and display the same in UITableView -


i know how make json data , use in displaying json data in uitableview. sample json data @ link http://www.sama-q8.com/sama/getbuildinginfosama.php

for new project, client have provided xml data. sample data @

http://sahhtna.hardtask.org/services/mobileservice.asmx/clients?type=1&index=0

i want learn how data in nsarray format (like using json data).

i tried searching links, didn't links. links great.

i looking @ this example , think not expecting.

but confused in format of xml data have @ link http://sahhtna.hardtask.org/services/mobileservice.asmx/clients?type=1&index=0

text "this xml file not appear have style information associated it. document tree shown below." in webpage fine or give me problem while parsing xml data?

also format have in above link right or not?

please let me know.

i understand trying do. xml file same rss feed. infact rss feed xml file.

there class called nsxml parser allows parse through xml file, , load elements dictionary.

this perfect example, if download project http://media.theappleblog.com/downloads/tab_rss_reader.zip

have @ source code , understand how xml file parsed , put table view.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -