deew icon indicating copy to clipboard operation
deew copied to clipboard

Replace `&` with `&` in XML as `dee` doesn't seem to properly interpret `&`.

Open bpoxy opened this issue 1 year ago • 0 comments

This fixes https://github.com/pcroland/deew/issues/44, see the issue report for more details and an example. This is a brute force / hacky solution and is definitely not ideal since, according to the XML spec, an unescaped & is not valid. However, dee doesn't properly handle the escaped version (&) so I'm not sure how else to solve this issue.

bpoxy avatar Oct 07 '22 02:10 bpoxy