iphone - xml parsing from web service image's -


i need parse xml. xml have image links.....

example xml..

<root> <child id='1'> child one</child> <childe2> child 2 </child2> <image>http://website........link.</image> <image>http://website........link.</image> <image>http://website........link.</image> </root> 

now have taken nsmutablearray loading images....

is procedure correct. alternative can implement.

thanks in advance.

i think approach correct , shouldn't cause problem.

thanks


Comments

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -