instant-labs / instant-xml

11 stars 3 forks source link

Decode numeric character references #48

Closed cycraig closed 9 months ago

cycraig commented 9 months ago

Description

Allow decoding ~HTML escape codes~ numeric character references like | -> |

Alternatively, we could use the html-escape crate.

How to test or review this issue

Added unit test cases.