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: Devin Lane <email@hidden>
- Date: Sat, 20 Dec 2003 12:34:50 -0800
Chris:
Hey, thanks. That seems to be exactly what I was looking for. 10.3 is
not an issue for me, but I suppose that means I have to make my program
10.3 only. Anyway, quick question about the BSD license: Can I use
the code in a freeware program?
Thanks,
-- Devin Lane, Cocoa Programmer,Benson H.S. Newspaper Layout Designer,
email: email@hidden
On Dec 19, 2003, at 6:58 PM, Chris Ridd wrote:
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.
_______________________________________________
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.