Email list hosting service & mailing list manager

(missing)
(missing)
Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Amirouche Boubekki (05 Mar 2019 23:36 UTC)
(missing)
Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Marc Nieper-Wißkirchen (06 Mar 2019 10:12 UTC)

Re: Proposal to add HTML class attributes to SRFIs to aid machine-parsing Amirouche Boubekki 05 Mar 2019 23:36 UTC

On 2019-03-05 20:45, Ciprian Dorin Craciun wrote:

>
> I know this because I've tried once to use such tools and tried
> "Beautiful Soup" for Python and failed...  Then I've settled on
> https://github.com/ericchiang/pup and exported the whole thing as JSON
> and moved on from there...

I still need to find a good reason to use Beautiful Soup. In python, I
always
use lxml.html. There is also the C99 parser
https://github.com/google/gumbo-parser
that can be used from Scheme with FFI.

Also, what about htmlprag it seems to work.