• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
[ANN] The return of my ObjectiveC Expat wrapper - ObjectiveExpat
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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


  • Prev by Date: Re: awakeFromNib not called
  • Next by Date: Re: Authorization panel
  • Previous by thread: Re: awakeFromNib not called
  • Next by thread: NSKeyedArchiver UTF-8 problems
  • Index(es):
    • Date
    • Thread