BluesZhang / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

NSXMLElement/NSXMLDocument don't exist on iPhone #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a new Cocoa Touch app
2. Drag the GData sources files from the GData project to the new Cocoa Touch 
project
3. Compile in Device mode (not Simulator mode)
4. Observe the lack of NSXMLElement and NSXMLDocument in the iPhone headers.

What is the expected output? What do you see instead?
Expect it to compile properly, instead it uses constructs that aren't defined 
on iPhone.

What version of the product are you using? On what operating system?
I believe this changed with the most recent SDK.  I would suggest Google file a 
bug report or 
complain to Apple, because a little developer like me isn't going to get much 
out of Apple.

Please provide any additional information below.

Ask someone with an iPhone dev account to check out these links:
http://developer.apple.com/iphone/gettingstarted/docs/iphoneosforcocoadevelopers
.action
http://developer.apple.com/iphone/library/documentation/Cocoa/Reference/Foundati
on/ObjC_
classic/Intro/IntroFoundation.html

Original issue reported on code.google.com by daniel02...@gmail.com on 28 Mar 2008 at 10:08

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
+1 Use libxml2. Can't say much else due to the NDA.

Original comment by sha...@gmail.com on 1 Apr 2008 at 2:46

GoogleCodeExporter commented 9 years ago
The current library includes GDataXMLNode, a shim that maps needed NSXML calls 
to libxml.

Original comment by gregrobbins on 10 Jun 2008 at 8:23