> On Nov 24, 2014, at 9:30 AM, Diederik Meijer | Ten Horses 
> <diede...@tenhorses.com> 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 (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to