Hi All,
I am using NSXMLParser to parse the html file on the server side.(using iphone sdk 3.0) and my parser stop parsing after it encounter any error and call the delegate message
- (void)parser:(NSXMLParser *)parser parseErrorOccurred:(NSError *)parseError
My Ques:How can I parse the file after it encounter the error.Is there any way to do so.
Thanks