quick-xml icon indicating copy to clipboard operation
quick-xml copied to clipboard

Remove `escape-html` feature and the `resolve_html5_entity` function

Open Mingun opened this issue 2 weeks ago • 2 comments

Because since #739 custom entity resolution function have precedence over standard one, user can implement resolution of HTML entities by yourself. So I think, we can completely remove HTML 5 support, which in any case was not ideal. Instead of use big match statement it is probably better to use HashMap with predefined entities and user can do that.

Mingun avatar Jun 21 '24 12:06 Mingun