Re: Newbie: Advice needed on "XML App"
Re: Newbie: Advice needed on "XML App"
- Subject: Re: Newbie: Advice needed on "XML App"
- From: Chris Parker <email@hidden>
- Date: Mon, 12 Sep 2005 10:17:11 -0700
On Sep 12, 2005, at 9:03 AM, Alexander v. Below wrote:
Am 12.09.2005 um 17:02 schrieb Bryan Bonczek:
For parsing large files, I recommend using the NSXMLParser class.
You can check this link for more information:
http://developer.apple.com/documentation/Cocoa/Conceptual/
XMLParsing/index.html#//apple_ref/doc/uid/10000186i
I hate to disagree, but I found the NSXMLParser to be buggy and
frankly unusable for my purposes. I recommend CFXMLParser or NSXML.
Just my € 0.02
NSXMLParser had a fair amount of work done on it in Tiger to do much
better than it did in Panther. That said, please file bugs with
documents that reproduce your specific problems.
It's not necessarily meant to be the be-all end-all of XML parsers -
if you have significant parsing or DOM requirements NSXMLDocument is
likely better. If you need complete control over the parse, you can
always drop down to libxml2 directly, which ships on both Panther and
Tiger.
.chris
--
Chris Parker
Cocoa Frameworks
Apple Computer, Inc.
_______________________________________________
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