diff --git a/expat/doc/reference.html b/expat/doc/reference.html index 2df60bf0..8007f253 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -360,7 +360,7 @@ and the definition of character types in the case of XML_UNICODE_WCHAR_T. The symbols are:

-
XML_DTD
+
XML_DTD
Include support for using and reporting DTD-based content. If this is defined, default attribute values from an external DTD subset are reported and attribute value normalization occurs based on the @@ -373,24 +373,24 @@ XML_SetBillionLaughsAttackProtectionMaximumAmplification and XML_SetBillionLaughsAttackProtectionActivationThreshold available.
-
XML_NS
+
XML_NS
When defined, support for the Namespaces in XML specification is included.
-
XML_UNICODE
+
XML_UNICODE
When defined, character data reported to the application is encoded in UTF-16 using wide characters of the type XML_Char. This is implied if XML_UNICODE_WCHAR_T is defined.
-
XML_UNICODE_WCHAR_T
+
XML_UNICODE_WCHAR_T
If defined, causes the XML_Char character type to be defined using the wchar_t type; otherwise, unsigned short is used. Defining this implies XML_UNICODE.
-
XML_LARGE_SIZE
+
XML_LARGE_SIZE
If defined, causes the XML_Size and XML_Index integer types to be at least 64 bits in size. This is intended to support processing of very large input streams, where the return values of @@ -400,7 +400,7 @@ processing of very large input streams, where the return values of could overflow. It may not be supported by all compilers, and is turned off by default.
-
XML_CONTEXT_BYTES
+
XML_CONTEXT_BYTES
The number of input bytes of markup context which the parser will ensure are available for reporting via XML_GetInputContext. This is @@ -410,13 +410,13 @@ href= "#XML_GetInputContext" >XML_GetInputContext will always report NULL. Without this, Expat has a smaller memory footprint and can be faster.
-
XML_STATIC
+
XML_STATIC
On Windows, this should be set if Expat is going to be linked statically with the code that calls it; this is required to get all the right MSVC magic annotations correct. This is ignored on other platforms.
-
XML_ATTR_INFO
+
XML_ATTR_INFO
If defined, makes the additional function XML_GetAttributeInfo available for reporting attribute byte offsets.