From e55585a9eead32320a364e3a320a0c0280fe141a Mon Sep 17 00:00:00 2001 From: Karl Waclawek Date: Tue, 27 Apr 2004 00:50:50 +0000 Subject: [PATCH] Added note about the effects on well-formedness checking when calling XML_UseForeignDTD(parser, XML_TRUE). --- expat/doc/reference.html | 5 +++++ 1 file changed, 5 insertions(+) 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.

-- 
2.40.0