bug#75998: [guile-lib] html->sxml does not decode entities in attributes

2025-02-06 Thread Maxim Cournoyer
Hi Tomas, [...] > It already modifies the raw value for regular HTML text: > > scheme@(htmlprag)> (html->sxml "a&b") > $10 = (*TOP* "a&b") > scheme@(htmlprag)> (sxml->html '(*TOP* "a&b")) > $13 = "a&b" > > > I now noticed this also affect encoding: > > scheme@(htmlprag)> (sxml->html '(*TOP* (a (@

bug#75998: [guile-lib] html->sxml does not decode entities in attributes

2025-02-06 Thread David Pirotte
Hi Maxim, Thomas, > But this here could well be considered a bug. So perhaps something > we could do is fix this correctly, and bump at least the minor digit > in our version (we're still in an unstable 0 version (last one was > 0.2.8.1), so technically we don't promise stability yet (perhaps > n