From: Karl Waclawek
Date: Tue, 27 Apr 2004 00:50:50 +0000 (+0000)
Subject: Added note about the effects on well-formedness checking when
X-Git-Tag: R_1_95_8~23
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e55585a9eead32320a364e3a320a0c0280fe141a;p=libexpat
Added note about the effects on well-formedness checking when
calling XML_UseForeignDTD(parser, XML_TRUE).
---
diff --git a/expat/doc/reference.html b/expat/doc/reference.html
index 16a0050e..3f55dc4d 100644
--- a/expat/doc/reference.html
+++ b/expat/doc/reference.html
@@ -1837,6 +1837,11 @@ external entity reference handler set via XML_ERROR_FEATURE_REQUIRES_XML_DTD
. Otherwise, it
returns XML_ERROR_NONE
.
+
+Note: For the purpose of checking WFC: Entity Declared, passing
+useDTD == XML_TRUE
will make the parser behave as if
+the document had a DTD with an external subset. This holds true even if
+the external entity reference handler returns without action.