Writing (not reading) XML
Writing (not reading) XML
- Subject: Writing (not reading) XML
- From: Matthew Roberts <email@hidden>
- Date: Tue, 23 Jul 2002 16:32:09 -0500
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.
I've been looking at the XML Parser in CoreFoundations, but it looks like
it's mostly oriented towards reading XML from an existing source. Is this
still a class I can use for XML-creation purposes (perhaps by manually
creating the tree structure from my document's data). If so, how do I go
about storing the XML to disk (e.g. Converting to an NSData type).
Any thoughts (or alternatives) are appreciated,
_________________________________
Matthew Roberts (email@hidden)
Ph.D. Candidate, Dept. of Political Science
Instructional Technology Fellow
University of Minnesota
http://www.polisci.umn.edu/graduate/students/mroberts
_______________________________________________
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.