Archive of UserLand's first discussion group, started October 5, 1998.
Re: XML-RPC for WebObjects/Objective-C?
Author: Steve Ivy Posted: 4/1/1999; 5:39:06 AM Topic: XML-RPC for WebObjects/Objective-C? Msg #: 4722 (In response to 4717) Prev/Next: 4721 / 4723
I see a couple issues involved here:- Getting an xml parser on OSXS. I don't think that'd be a problem since you can take James Clark's expat (straight c) and put obj-c wrappers on it.
- The trick would be deciding how to "objectivize" the various datatypes used in xml-rpc. PropertyLists might do it, although I would think you'd want to parse the xml into an actual object graph. I haven't read up on PropertyLists, so someone like Jonathan is welcome to correct me.
Generally, someone needs to develop a generic xml framework for OSXS, including parser, validator, and the ability to create and work with xml trees. Implementing xml-rpc in the context of this framework would be simple. (I would include the DOM in that spec as well).
--Steve
There are responses to this message:
- Re: XML-RPC for WebObjects/Objective-C?, Jonathan Hendry, 4/1/1999; 8:56:48 AM
This page was archived on 6/13/2001; 4:49:10 PM.
© Copyright 1998-2001 UserLand Software, Inc.