Re: [guile-lib] html->sxml does not decode entities in attributes

Felix Lechner via "Developers list for Guile, the GNU extensibility library" <[email protected]> Tue, 04 Feb 2025 20:58:50 -0800
Newsgroups gmane.lisp.guile.devel
Message-ID <[email protected]>
Hi Tomas,

On Tue, Feb 04 2025, Tomas Volf wrote:

> automatically decoding now would lead to double decoding.

Will a second decoding step for HTML entities, which is the most likely
workaround, mess up strings like "a&b" or "bbb\"ccc'ddd" ?

Kind regards
Felix