roxmltree icon indicating copy to clipboard operation
roxmltree copied to clipboard

Incorrect entity resolving

Open RazrFalcon opened this issue 3 years ago • 0 comments

An XML like this:

<!DOCTYPE test [
    <!ENTITY e "<p>&#x3c;</p>">
]>
<e>&e;</e>

should lead to an error, but it's not.

RazrFalcon avatar Jun 26 '21 13:06 RazrFalcon