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
Post a Comment