expat/doc reference.html,1.55,1.56
"Karl Waclawek" <[email protected]> Mon, 26 Apr 2004 17:50:52 -0700
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29512 Modified Files: reference.html Log Message: Added note about the effects on well-formedness checking when calling XML_UseForeignDTD(parser, XML_TRUE). Index: reference.html =================================================================== RCS file: /cvsroot/expat/expat/doc/reference.html,v retrieving revision 1.55 retrieving revision 1.56 diff -u -d -r1.55 -r1.56 --- reference.html 28 Oct 2003 21:25:43 -0000 1.55 +++ reference.html 27 Apr 2004 00:50:50 -0000 1.56 @@ -1837,6 +1837,11 @@ DTD support, it returns <code>XML_ERROR_FEATURE_REQUIRES_XML_DTD</code>. Otherwise, it returns <code>XML_ERROR_NONE</code>.</p> + +<p><b>Note:</b> For the purpose of checking WFC: Entity Declared, passing +<code>useDTD == XML_TRUE</code> 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.</p> </div> <pre class="fcndec" id="XML_SetReturnNSTriplet">