From cdead241d4f1136c2f38d1b28e95073c59753d30 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Thu, 26 Oct 2023 01:40:05 +0200 Subject: [PATCH] doc/reference.html: Clarify effect of XML_DTD on external entities Defining XML_DTD emnables support for external parameter(!) entities. External general(!) entities have been supported even with XML_DTD undefined. (Only now with Expat 2.6.0 defining XML_GE as 0 can take that away.) --- expat/doc/reference.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expat/doc/reference.html b/expat/doc/reference.html index e5972f48..2c943a58 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -393,7 +393,7 @@ this is defined, default attribute values from an external DTD subset are reported and attribute value normalization occurs based on the type of attributes defined in the external subset. Without this, Expat has a smaller memory footprint and can be faster, but will -not load external entities or process conditional sections. If defined, makes +not load external parameter entities or process conditional sections. If defined, makes the functions XML_SetBillionLaughsAttackProtectionMaximumAmplification and