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

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

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -