NSXMLElement undefined?
- by mtmurdock
I am trying to use NSXMLElement to build an XML document in my app, but when i build i get an error which reads "NSXMLElement undelcared".
From what i can tell, NSXMLElement is part of the Foundation Framework, and should therefore be included with the rest of the framework with the line #include <Foundation/foundation.h>. Is this class not available for iOS(4.2)? Is there some other class that i can use?
TIA