On Sun, Jun 14, 2020 at 2:20 PM Catonano <[email protected]> wrote: > I'm referring to a paper titled: "A better XML parser through functional > programming" > > by Oleg Kiselyov >
Ah, I see. I'm not deeply familiar with it myself (I mostly use Racket's `xml` library), but there is a Racket port of Oleg's SSAX, and the source code includes extensive comments. Code: https://github.com/jbclements/sxml Package documentation (limited): https://docs.racket-lang.org/sxml/ Oleg's website also has some links, though some are broken: http://okmij.org/ftp/Scheme/xml.html#XML-parser Hope this helps! -Philip -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/CAH3z3gYHHJ7NHr4%3DNmUBOWHEU6skgBYac3n78OVHn%2BVuB%3D74YQ%40mail.gmail.com.

