• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: HTML Parsing in Objective-C?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: HTML Parsing in Objective-C?
      • From: Mont Rothstein <email@hidden>
References: 
 >HTML Parsing in Objective-C? (From: Rams <email@hidden>)

  • Prev by Date: Drag and drop file problems
  • Next by Date: Re: HTML Parsing in Objective-C?
  • Previous by thread: HTML Parsing in Objective-C?
  • Next by thread: Re: HTML Parsing in Objective-C?
  • Index(es):
    • Date
    • Thread