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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to