Language

Package: cl-plump @ 2.0.0-0.16f1231

Synopsis

Lenient XML / XHTML / HTML parser for Common Lisp

Description

Plump is a parser for HTML/XML-like documents, focusing on being lenient towards invalid markup. It can handle things like invalid attributes, bad closing tag order, unencoded entities, inexistent tag types, self-closing tags and so on. It parses documents to a class representation and offers a small set of DOM functions to manipulate it. It can be extended to parse to your own classes.

Home page
https://shinmera.github.io/plump/
Location
gnu/packages/lisp-xyz.scm (line: 7625, column: 4)
License

Lint warnings

LinterMessageLocation
No lint warnings