parser: Fix loading of parameter entities in external DTDs

Regressed with commit 12f0bb94.

Fixes #816.
This commit is contained in:
Nick Wellnhofer 2024-11-01 16:52:31 +01:00
parent 4334cbb4e3
commit 5cce7af791

View File

@ -11833,6 +11833,7 @@ xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input,
xmlFreeParserInputBuffer(input);
return(NULL);
}
xmlCtxtSetOptions(ctxt, XML_PARSE_DTDLOAD);
/*
* generate a parser input from the I/O handler
@ -11922,6 +11923,7 @@ xmlSAXParseDTD(xmlSAXHandlerPtr sax, const xmlChar *ExternalID,
if (ctxt == NULL) {
return(NULL);
}
xmlCtxtSetOptions(ctxt, XML_PARSE_DTDLOAD);
/*
* Canonicalise the system ID