XML Parsing Options in OPENSTEP?

NeXT Computer, Inc. -> Porting New Software

Title: XML Parsing Options in OPENSTEP?
Post by: lowell on June 11, 2009, 07:01:03 AM
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?
Title: Re: XML Parsing Options in OPENSTEP?
Post by: oneNeXT on June 11, 2009, 07:04:48 PM
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/TouchXML

And even better:

http://code.google.com/p/kissxml/

Does it help you ?
Title: xml on OS/OS
Post by: linmag7 on July 23, 2009, 03:59:14 PM
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.

Go to top  Forum index