A portable version of Franz's HTML parser from xmlutils.
Gary King: Since I couldn't find it out there already yesterday, 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
ASDF-install package (obsolete) http://common-lisp.net/project/cl-containers/cl-html-parse/cl-html-parse_latest.tar.gzComments
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.
Please direct questions or problems to Gary King.