Getting exception when coming back while loading data in controller while using LibXml.
Posted
by user133611
on Stack Overflow
See other posts from Stack Overflow
or by user133611
Published on 2010-05-27T03:39:25Z
Indexed on
2010/05/27
3:41 UTC
Read the original article
Hit count: 292
iphone
Hi All,
In my project i using LibXml to parse data, when i select a row in first controller i will take to next conttroller where i will get data using libxml if i click on the back button while loading the page i am getting exception. if i click afetr loading is completed it is working fine ca any one help me.
the exception is showing here
- (void)connection:(NSURLConnection *)connection didReceiveData:(NSData *)data { // Process the downloaded chunk of data. xmlParseChunk(_xmlParserContext, (const char *)[data bytes], [data length], 0); }
Thank You
© Stack Overflow or respective owner