Re: Writing (not reading) XML
Re: Writing (not reading) XML
- Subject: Re: Writing (not reading) XML
- From: Marcel Weiher <email@hidden>
- Date: Wed, 24 Jul 2002 09:36:34 +0200
On Tuesday, July 23, 2002, at 11:32 Uhr, Matthew Roberts wrote:
Sorry for what's probably just an easy question from an Obj-C newbie
converting from AppleScript Studio. I've got an app whose documents I
want
to store in XML. I don't want to use plists however; I'd like custom
XML
tags to reflect the data.
You could use the XML-Archiver in Objective-XML (containig the
MPWXmlKit and MPWFoundation). It allows you to use essentially standard
Cocoa archiving mechanisms (NSCoder) to archive your data to XML.
If that doesn't give you enough fine-grained control, you can also use
the XML-generating streams directly.
Marcel
--
Marcel Weiher Metaobject Software Technologies
email@hidden www.metaobject.com
Metaprogramming for the Graphic Arts. HOM, IDEAs, MetaAd etc.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.