Re: HTML Parsing in Objective-C?
Re: HTML Parsing in Objective-C?
- Subject: Re: HTML Parsing in Objective-C?
- From: Mont Rothstein <email@hidden>
- Date: Wed, 17 Nov 2004 15:20:49 -0800
http://sope.opengroupware.org
Has an Object-C wrapper around libxml2 which can be used to parse HTML.
The framework has both DOM and SAX support.
The XML processing section is:
http://sope.opengroupware.org/en/sope_xml/index.html
-Mont
On Nov 17, 2004, at 3:07 PM, Mark Patterson wrote:
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:
email@hidden
This email sent to email@hidden
_______________________________________________
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