libxml2/test/valid/pe-in-text-decl.xml
Nick Wellnhofer d944a41515 parser: Fix in-parameter-entity and in-external-dtd checks
Use in ctxt->input->entity instead of ctxt->inputNr to determine whether
we are inside a parameter entity.

Stop using ctxt->external to check whether we're in an external DTD.
This is signaled by ctxt->inSubset == 2.
2023-12-29 01:19:56 +01:00

5 lines
84 B
XML

<!DOCTYPE doc SYSTEM "dtds/pe-in-text-decl.dtd" [
<!ENTITY % ent "foo">
]>
<doc/>