[plt-scheme] Recommendations for parsing HTML

From: Alex Shinn (alexshinn at gmail.com)
Date: Sat Dec 6 01:34:08 EST 2008

Alex Shinn <alexshinn at gmail.com> writes:

> John Clements <clements at brinckerhoff.org> writes:
>
>> Okay, *now* someone can tell me that there's a perfectly good
>> alternative to htmlprag.
>
> There's an old, unpublished library at
>
>   http://synthcode.com/scheme/html-parser.scm

OK, this is now uploaded as a Planet package - for anyone
who wants to try it out just do

  (require (planet ashinn/html-parser:1:0/html-parser))

If all you used before was html->sxml and sxml->html it
should serve as a drop-in replacement for htmlprag.

-- 
Alex


Posted on the users mailing list.