NSXMLElement undefined?
Posted
by
mtmurdock
on Stack Overflow
See other posts from Stack Overflow
or by mtmurdock
Published on 2011-01-12T21:38:40Z
Indexed on
2011/01/12
21:53 UTC
Read the original article
Hit count: 193
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
© Stack Overflow or respective owner