Re: NSXMLParser useless with HUGE files
Re: NSXMLParser useless with HUGE files
- Subject: Re: NSXMLParser useless with HUGE files
- From: John Stiles <email@hidden>
- Date: Wed, 14 Dec 2005 09:40:43 -0800
Matt Gough wrote:
On 14 Dec 2005, at 15:43, Annard Brouwer wrote:
Maybe Expat might be useful here (<http://www.cocoabuilder.com/
archive/message/cocoa/2005/10/6/147666>).
Thanks, but looking through its source it also wants to bring in all
the data before it starts.
Expat allows you to process large files in smal chunks. Just call
XML_Parse repeatedly, each time providing as much or as little data as
necessary. This allows unlimited size XML to be processed.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden