From 572bab6fe51ea0536646b336a3c12ac28f100ab1 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping
For internal entities (<!ENTITY foo "bar">
),
value
will be non-NULL
and systemId
,
publicId
, and notationName
will all be NULL
.
-The value string is not NULL
terminated; the length is
+The value string is not null-terminated; the length is
provided in the value_length
parameter. Do not use
value_length
to test for internal entities, since it is
legal to have zero-length values. Instead check for whether or not