Re: program termination after releasing self defined NSXMLParser class
Re: program termination after releasing self defined NSXMLParser class
- Subject: Re: program termination after releasing self defined NSXMLParser class
- From: Fritz Anderson <email@hidden>
- Date: Sat, 17 Apr 2010 11:49:28 -0500
On 17 Apr 2010, at 11:44 AM, Fritz Anderson wrote:
> I have not found this to be the case. In the context of the documents, and of the customary terms for XML parsing, "event-driven" parsing, provided by NSXMLParser, means that the parser yields elements one-by-one as it steps through the source. You'll note from the paragraph after the one you quote that -[NSXMLParser parse] returns "YES if parsing is successful and NO in there is an error or if the parsing operation is aborted." This is impossible unless the parsing is done asynchronously.
Typo: This is impossible unless the parsing is done SYNCHRONOUSLY.
— F
_______________________________________________
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