I just found this thread regarding the XML libs: http://www.iphonedevsdk.com/forum/iphone-sdk-development/2928-working-xml.html
Here is the important quote: """ Here is what is going on with NSXML: NSXMLDocument has been removed from the SDK because it is processor intensive. NSXMLParser has been left over. If you try using NSXMLDocument on the simulator it will work fine because the simulator uses the standard Cocoa Foundation classes. But as soon as you build for the device NSXMLDocument will not function. """ So, while some some xml is in there, not enough for the atompub lib (i'd guess)... I'll download and check out the SVN stuff when i get a free moment (hahahaha). I'll also bug you with a million questions once i actually get things setup and start fooling around. peace jos Jeffrey Harris wrote: > Hi Jos, > > That'd be *great*, definitely not stepping on any toes I know of. > > Be sure to take a look at what's already there > (http://svn.osafoundation.org/sandbox/jeffrey/iphone/), and do note the > main gotcha I hit: the NSXML* APIs are available on the iPhone > simulator, but NOT on the device, so the open source obj-c atompub library: > > http://code.google.com/p/objective-c-atompub/ > > won't work on the device. > > Sincerely, > Jeffrey > _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ > > Open Source Applications Foundation "chandler-dev" mailing list > http://lists.osafoundation.org/mailman/listinfo/chandler-dev -- Jos Yule Digital Hyakugei _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "chandler-dev" mailing list http://lists.osafoundation.org/mailman/listinfo/chandler-dev
