mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 05:05:00 +00:00
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.)
This commit is contained in:
parent
d3f7bbd37b
commit
cdead241d4
1 changed files with 1 additions and 1 deletions
|
@ -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 <code><a
|
||||
href="#XML_SetBillionLaughsAttackProtectionMaximumAmplification">
|
||||
XML_SetBillionLaughsAttackProtectionMaximumAmplification</a></code> and <code>
|
||||
|
|
Loading…
Add table
Reference in a new issue