XML-RPC Cocoa Parsing
XML-RPC Cocoa Parsing
- Subject: XML-RPC Cocoa Parsing
- From: Rick Langschultz <email@hidden>
- Date: Sun, 29 Jun 2008 00:24:07 -0500
Hello everyone,
I am trying to use XML-RPC for my data access on a web server (HTTPS).
I wanted to know if parsing the XML-RPC data can be handled using
NSXMLDocument and parsing the <member>, <struct>, <name>, <value> XML-
RPC tags. Also, initWithContentsOfURL doesn't seem to fit that well...
Should I use initWithXMLString? Also, WS prefixed classes will not
work in my instance, I can't say why, so that is out.
I am using the XMLRPCCall.h,m XMLRPCRequest.h,m and XMLRPCResponse.h,m
classes, also with CURLHandle.framework...
Does anyone have any pointers? sample code? etc...?
Thanks,
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden