> On Jul 15, 2016, at 3:40 AM, Amirouche Boubekki <[email protected]> > wrote: > > On 2016-07-14 15:21, Matt Wette wrote: >>> On Jul 14, 2016, at 3:29 AM, Andy Wingo <[email protected]> wrote: >>> In Guile, we should optimize for HTML, not XHTML. >> Being a glutton for foolish tasks, last year I started working on a >> HTML5->SXML parser, trying to avoid !. The approach is based on the >> definition in http://www.w3.org/TR/html5/syntax.html. The code is >> currently at about 1400 lines. I am not sure I will finish. > > How this is different from guilelib html parser? > > [1] > http://git.savannah.gnu.org/gitweb/?p=guile-lib.git;a=blob;f=src/htmlprag.scm;h=3bd352b11fc39203828f56cf79246291ad41a273;hb=HEAD >
I did not find this in my search for HTML parsers. I only found some based on SXML that didn’t work. I will take a look. I am interested to see if it will parser SVG and MathML. Thanks for the link. Matt
