[plt-scheme] Recommendations for parsing HTML
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