Re: HTML parser

On Thu, 6 Jul 2000, Jan Roland Eriksson wrote:

> On 5 Jul 2000 14:51:05 -0700, Tech Lover <netuser@bikeracer.com>
> wrote: I am looking for a HTML parser in c/c++ or Java. Can I
> get pointers for 'source code' of a parser from anywhere ?
> 
> Several of us have been using James Clarks SP package for a number of
> years now, it's all free and only a http://www.raging.com/ away...

SP isn't fault tolerant, which is fine for SGML but not for real
world HTML. Take a look at HTML Tidy, which is also free, see the
W3C site or my home page.

Regards,

-- Dave Raggett <dsr@w3.org> http://www.w3.org/People/Raggett
tel/fax: +44 122 578 3011 (or 2521) +44 778 532 0444 (mobile)
World Wide Web Consortium (on assignment from HP Labs)

Received on Friday, 7 July 2000 14:22:51 UTC