On Wed, Oct 29, 2008 at 10:24 PM, Arnab Ganguly <email@hidden> wrote:
> How do I read ,parse xml files using Objective -C language?Any standard
> parser is available?
If you're doing this on Mac OS X, and can use Cocoa, then you can use
NSXML and friends:
<http://developer.apple.com/documentation/Cocoa/Conceptual/NSXML_Concepts/>
<http://developer.apple.com/documentation/Cocoa/Conceptual/XMLParsing/>
(And questions should be directed to the cocoa-dev list)
Otherwise, there does exist an Objective-C wrapper for Expat (albiet,
quite old---you may be better off writing your own wrapper around
Expat or libxml):
<http://expatobjc.sourceforge.net/>
(And questions about them should be directed to their relevant lists)
Phil
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Objc-language mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden