From: ET
Subject: Re: parsing HTML using LISP
Date: 
Message-ID: <60u16e$g24$1@newsie2.cent.net>
 I have an ad-hoc lexer for HTML written in Scheme.  I've
used it to parse out links on web pages.  The most interesting
feature is that it can handle the non-conforming HTML that
you actually find on the web (syntactically incorrect tags,
missing or extra quote marks in tags, etc.)  I'll send it to you
if you are interested.

SDS wrote in article ...

>I am pretty sure that someone has implemented HTML parsing using LISP
>already, so I would appreciate some pointers/hints.