Commit 72906f161c70bb67dcc6a2797522dff4f1458058

Nick Wellnhofer 2025-04-25T11:41:50

parser: Make undeclared entities in XML content fatal When parsing XML content with functions like xmlParseBalancedChunk or xmlParseInNodeContext, make undeclared entities always a fatal error to match 2.13 behavior. This was deliberately changed in 4f329dc5, probably to make the tests pass. Should fix #895.