I am new to iphone programing. I used to load the whole xml content from url to NSData and then parse it using nsxmlparser. Is there any way parsing it faster. I would like to know if i can parse it online not load it into memory then parse. or any efficient way?
Thanks