Re: XML-RPC Cocoa Parsing

2008-06-29 Thread Jens Alfke
On 28 Jun '08, at 10:24 PM, Rick Langschultz wrote: 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 , , , XML-RPC tags. Sure. It'll parse any sort of valid XML. Also,

XML-RPC Cocoa Parsing

2008-06-28 Thread Rick Langschultz
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 , , , XML- RPC tags. Also, initWithContentsOfURL doesn't seem to fit that well... Should I use initWithXML