Re: NSXMLParserDelegateAbortedParseError
Re: NSXMLParserDelegateAbortedParseError
- Subject: Re: NSXMLParserDelegateAbortedParseError
- From: Josh Caswell <email@hidden>
- Date: Tue, 08 Mar 2011 13:32:02 -0800
>This error is the parser state, which since you explicitly aborted ?>the parse, will be something like >"NSXMLParserDelegateAbortedParseError" -512.
Yes, as I said in my original post. The parser's delegate gets error
512, NSXMLParserDelegateAbortedParseError, in the delegate method
-parser:parseErrorOccurred:, but when I check the error code _later_,
after returning from [myParser parse], it is error 1,
NSXMLParserInternalError.
_______________________________________________
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