Re: Permissive html parser for guile

2019-01-24 Thread Ricardo Wurmus
Panicz Maciej Godek writes: > I believe that the canonical way of working with XML documents in Guile is > through the (sxml simple) module (and others): > https://www.gnu.org/software/guile/manual/html_node/SXML.html > > It contains xml->sxml function which allows to convert XML strings to a >

Re: Permissive html parser for guile

2019-01-24 Thread Catonano
Il giorno gio 24 gen 2019 alle ore 07:13 swedebugia ha scritto: > On 2019-01-23 22:08, Thompson, David wrote: > > On Wed, Jan 23, 2019 at 11:41 AM swedebugia > wrote: > >> > >> I just found this LGPL3 parser by Neil Van Dyke (see attachment) > >> > >> Do we have something similar in guile? > > >