XML and NSCoder
XML and NSCoder
- Subject: XML and NSCoder
- From: "Simson Garfinkel" <email@hidden>
- Date: Mon, 26 Nov 2001 22:49:25 -0500
Is there any way to make NSCoder spit out XML? Failing that, is there a
general XML encoding & decoding thing for Objective-C? I've starting writing
my own "emitXML:(NSString *)" for generating XML and using expat for reading
it, but I can't help but thinking that ther eis a better way.