CL-HTML-Parse
A portable version of Franz's HTML parser from xmlutils.

Gary King: Since I couldn't find it out there already yesterday (many years ago!), I packaged up Franz's open source HTML parser as CL-HTML-Parse, a simple HTML parser. It converts HTML into a Lispy representation. It's also the inverse of lml2. Spiffy?! You decide.

Download

The code is now on github: https://github.com/hraban/cl-html-parse

Comments

Marco Baringer points out that pxmlutils already has Franz's stuff ported! Cool.

Max Mouratov says that pxmlutils also includes an XML parser and requires ACL-COMPAT. CL-HTML-Parse is a lighter package which includes just an HTML parser and doesn't require ACL-COMPAT.

Quick assessment (2023-10-07)


MIT-LICENSE