ANN: XML Marshalling for Objective C on OS X
ANN: XML Marshalling for Objective C on OS X
- Subject: ANN: XML Marshalling for Objective C on OS X
- From: Jim Rankin <email@hidden>
- Date: Thu, 19 Jun 2003 10:50:30 -0400
I've developed code for marshalling XML into Objective C objects and
unmarshalling Objective C objects into XML. An XML file specifies how
to do the mapping, then you can marshal and unmarshal data with just a
couple of messages. It's similar to the Castor project for Java.
It's available at
http://homepage.mac.com/jimbokun/MarshallingTest.gz
It works on top of Core Foundation XML. The project also contains a
class implementing "key value coding" for XML, letting you get and set
the value of XML elements using an "XPath-ish" syntax.
Open the project and read the README.txt in the Documentation folder to
learn more.
I'm releasing it under the GPL, but if you need a different license let
me know and we can probably work something out.
Let me know what you think.
Best,
-jim rankin
_______________________________________________
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.