pcroland / deew

Dolby Encoding Engine Wrapper
https://deew.dev
MIT License
195 stars 20 forks source link

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

Closed bpoxy closed 6 months ago

bpoxy commented 1 year ago

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.