[ANN] The return of my ObjectiveC Expat wrapper - ObjectiveExpat
[ANN] The return of my ObjectiveC Expat wrapper - ObjectiveExpat
- Subject: [ANN] The return of my ObjectiveC Expat wrapper - ObjectiveExpat
- From: Todd Blanchard <email@hidden>
- Date: Wed, 5 Oct 2005 23:40:51 -0700
I was asked about resurrecting my old expat wrapper for ObjectiveC
(released around the end of 1999). So I did, updated it to the
latest version of expat, moved the code to an XCode project, tried it
out on a couple RSS feeds. Works great. If you just need to do
quick and dirty parsing of basic XML, this is for you. Your program
need be no more complicated than:
TBXmlPListParser* parser = [TBXmlPListParser parserWithURL:
[NSURL URLWithString: @"http://www.scripting.com/rss.xml"]];
NSLog(@"PList retrieved: %@",[parser propertyList]);
or if you like that SAX interface, just subclass TBXmlParser.
You can get it here: http://homepage.mac.com/tblanchard/ObjectiveExpat/
-Todd Blanchard
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden