Re: A Thousand Newbie Questions...
Re: A Thousand Newbie Questions...
- Subject: Re: A Thousand Newbie Questions...
- From: Finlay Dobbie <email@hidden>
- Date: Mon, 8 Oct 2001 07:22:11 +0100
On Monday, October 8, 2001, at 05:56 am, email@hidden wrote:
Okay, but HOW do you parse XML into an NSDictionary?
I don't have any experience with it myself, but you should probably try
CFXMLParser or so in CoreFoundation (and note that lots of the CF types
like CFString and CFArray and CFDictionary are "toll-free bridged" with
the Cocoa NSString NSArray etc etc, so where something uses a
CFStringRef you can pass an NSString * and vice versa).
-- Finlay