Sad but true...
While NSXMLDocument works fine and dandy in the iPhone simulator Apple pulled the rug out from under us and DOES NOT include NSXMLDocument in the actual iPhone APIs (when compiling for the device)....
So in short anyone have any cleaver ways to work around this issue?
The stuff I need/rely on most are:
NSXMLDocument objectsForXQuery and NSXMLNode
The objectsForXQuery is a real necessity and I'm afraid any workaround will be a pain to develop...
Anyone got any ideas?
Thanks in advance!!
Dave
While NSXMLDocument works fine and dandy in the iPhone simulator Apple pulled the rug out from under us and DOES NOT include NSXMLDocument in the actual iPhone APIs (when compiling for the device)....
So in short anyone have any cleaver ways to work around this issue?
The stuff I need/rely on most are:
NSXMLDocument objectsForXQuery and NSXMLNode
The objectsForXQuery is a real necessity and I'm afraid any workaround will be a pain to develop...
Anyone got any ideas?
Thanks in advance!!
Dave