Re: Parsing XML and DTD's (XML Newbie)
Re: Parsing XML and DTD's (XML Newbie)
- Subject: Re: Parsing XML and DTD's (XML Newbie)
- From: Chris Ridd <email@hidden>
- Date: Sat, 20 Dec 2003 02:58:31 +0000
On 20/12/03 2:17 am, Dave Hersey <email@hidden> wrote:
>
Hi Devin,
>
>
One problem with NSXMLParser is that it requires 10.3 or later. Maybe not an
>
issue for you, but if so, check out CFXML instead:
>
>
Here's the top-level doc:
>
>
http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFXML/ind
>
ex.html
>
>
And specifically about how to parse XML with it:
>
>
http://developer.apple.com/documentation/CoreFoundation/Conceptual/CFXML/Tas
>
ks/ParsingXMLDocuments.html
>
>
(Note that the example parses a plist, but the parser doesn9t require that
>
format of XML.)
>
>
There are also a number of Objective C frameworks that are floating about. I
>
think you'll find info on those, if you search the archives at
>
http://cocoa.mamasam.com/
Since Devin was particularly interested in RSS, he should look at Brent
Simmons's code at <
http://ranchero.com/cocoa/rss/>, which is available under
a BSD-style license.
Cheers,
Chris
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.