Re: Trouble getting ISO-8859-1 encoded feed to parse and display
Re: Trouble getting ISO-8859-1 encoded feed to parse and display
- Subject: Re: Trouble getting ISO-8859-1 encoded feed to parse and display
- From: Jens Alfke <email@hidden>
- Date: Mon, 24 Nov 2014 10:01:53 -0800
> On Nov 24, 2014, at 9:30 AM, Diederik Meijer | Ten Horses <email@hidden> wrote:
>
> I get no errors, but no results from the parser either. I haven't tested against didStartElement, because it seems clear that no data goes into the parser.
Did you implement these delegate methods:
- (void)parser:(NSXMLParser *)parser parseErrorOccurred:(NSError *)parseError;
- (void)parser:(NSXMLParser *)parser validationErrorOccurred:(NSError *)validationError;
?
I'm pretty sure that NSXMLParser wouldn't fail without returning any sort of error. If it does, you should file a bug report with Apple once you have a reproducible case.
—Jens
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden