Foundation Kit in OPENSTEP doesn't have NSXMLParser. Actually, it doesn't have any of the XML-related classes - NSXMLDocument, NSXMLDTD, NSXMLDTDNode, NSXMLElement, or NSXMLNode. XML was still being drafted by the time Apple acquired NeXT, so their absence is understandable.
How are you all parsing XML?
Quote from: "lowell"Foundation Kit in OPENSTEP doesn't have NSXMLParser. Actually, it doesn't have any of the XML-related classes - NSXMLDocument, NSXMLDTD, NSXMLDTDNode, NSXMLElement, or NSXMLNode.
Take a look at this:
http://code.google.com/p/touchcode/wiki/TouchXMLAnd even better:
http://code.google.com/p/kissxml/Does it help you ?
I don't know if it helps, but libxml and libexpat is available for nextstep. It's not fully tested they are available on kb7sqi's site.