Re: Asynchronous downloading and parsing of XML
Re: Asynchronous downloading and parsing of XML
- Subject: Re: Asynchronous downloading and parsing of XML
- From: Jens Alfke <email@hidden>
- Date: Mon, 08 Aug 2011 10:44:32 -0700
On Aug 8, 2011, at 10:16 AM, Mikkel Islay wrote:
> No, that states something about the way NSXMLParser is able to parse from a stream. It doesn't say anything about its state with respect to the main thread.
It’s clearly a SAX parser. SAX parsers are incremental, that’s their whole point, otherwise it would be easier just to use a DOM API like NSXMLDocument.
—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