I am working on xml parsing through Objective C. I am getting trouble into following part.
Please help me out. I am using NSXMLParser
class and its delegates.
How to trace out "url", "type", "height" these tags from below XML code.
<image url="http://d.img.com/a/r/rids/20110203/i/r32323.jpg?
x=130&y=91&q=85&sig=bJdeYbrqFsYUuZJ.fFwa8g--"
type="image/jpeg" height="91" width="130"/>
Implement delegate function
and inside it
etc.