From d3f7bbd37bef2565d64f31b549e197a3a414574e Mon Sep 17 00:00:00 2001
From: Sebastian Pipping XML_UNICODE_WCHAR_T. The symbols are:
&e1; to reference and
+syntax <!ENTITY e1 'value1'> (an internal general entity) or
+<!ENTITY e2 SYSTEM 'file2'> (an external general entity) to declare).
+With XML_GE enabled, general entities will be replaced by their declared replacement text;
+for this to work for external general entities, in addition an
+XML_ExternalEntityRefHandler must be set using
+XML_SetExternalEntityRefHandler.
+Also, enabling XML_GE makes
+the functions
+XML_SetBillionLaughsAttackProtectionMaximumAmplification and
+
+XML_SetBillionLaughsAttackProtectionActivationThreshold available.
+XML_GE disabled, Expat has a smaller memory footprint and can be faster, but will
+not load external general entities and will replace all general entities
+(except the predefined five:
+amp, apos, gt, lt, quot)
+with a self-reference:
+for example, referencing an entity e1 via &e1; will be replaced
+by text &e1;.
+