> 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. Matt
