Re: Objects from XML
Re: Objects from XML
- Subject: Re: Objects from XML
- From: Mike Abdullah <email@hidden>
- Date: Wed, 23 Dec 2009 19:43:40 +0000
On 23 Dec 2009, at 18:01, Phillip Mills wrote:
> I'm looking at converting some C++ code to Objective C. A set of utility classes that I'd written use the expat C library to convert XML into an object graph. As I experimented with switching that over to use NSXMLParser instead, it dawned on me that I was looking at creating a simple-minded, general-purpose XML unmarshaller.
>
> Is there something of the kind already freely available? If so, would it be overkill for handling relatively simple XML?
Not really, but depending on what you do with the XML, it might make sense for you to handle it with a custom subclass of NSPersistentStore.
_______________________________________________
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