Re: HTML Parsing in Objective-C?
Re: HTML Parsing in Objective-C?
- Subject: Re: HTML Parsing in Objective-C?
- From: Mark Patterson <email@hidden>
- Date: Thu, 18 Nov 2004 09:07:11 +1000
On 18/11/2004, at 8:49, Rams wrote:
Hi all,
I have a small project written in Cocoa/Java and I would like to port
it to Cocoa/ObjC. Currently, I am using Java's
HTMLEditorKit.ParserCallback to parse HTML files. Being a relative
newbie to Objective-C, I'm at a loss as to what library to use to
accomplish the same in Cocoa. WebKit seems to be only useful for
displaying html (sorta like a JEditorPane), whereas I am primarily
interested in parsing the files and displaying the information in my
own way. I would think there must be some built in C or Obj-C way to
do this, but I have yet to find it. Can anyone offer any insight?
Have a look at the discussion I started on Nov 16: "A Framework for
parsing HTML". I don't think webcore offers that sort of thing. The
KHTML code that webcore is based on is of course open source - GPL'ed
(http://developer.kde.org/documentation/library/3.0-api/classref/khtml/
), but there is also libxml, http://www.xmlsoft.org/ which is in C that
I am looking into, and GSXML
http://www.gnustep.org/resources/documentation/Developer/BaseAdditions/
Reference/GSXML.html, which is an ObjC wrapper of libxml.
Regards,
Mark
_______________________________________________
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