cl-html-parse icon indicating copy to clipboard operation
cl-html-parse copied to clipboard

A portable version of Franz's Opensource HTML Parser

Results 4 cl-html-parse issues
Sort by recently updated
recently updated
newest added

https://github.com/gwkkwg/cl-html-parse/blob/81d32f8c6c5016c6b5bf801e6bc77a8e21e42fa8/dev/cl-html-parse.lisp#L1211 This line should be: ``` (if* (member (tag-name last-tag) *in-line*) ``` Without it something like: ``` lk bc ``` misses the space between "lk" and "bc".

Replacement code guards limit of from vector: (defun compute-coll-string (coll) (declare (optimize (speed 3) (safety 1))) ;; return the string that's in the collection (let ((from (collector-data coll))) (subseq from...

Hi, the indentation in the object hierarchy here: https://developer.gnome.org/gtk2/stable/ch01.html may not be being read properly by cl-html-parse. Specifically, the whitespace needed to create the indentation is discarded. At least in...