Shinmera / plump

Practically Lenient and Unimpressive Markup Parser for Common Lisp
https://shinmera.github.io/plump
zlib License
119 stars 21 forks source link

Wip encode attribute values #41

Closed jw-rav closed 1 year ago

jw-rav commented 2 years ago

Please check this attempt for issue #40.

Personally, I'd prefer a keyword parameter to encode-entities to specify which characters to encode instead of a special variable. But this would collide with the &optional stream parameter. Would it be acceptable to convert the stream parameter to a keyword parameter, too?

Opinions? Suggestions?