From d784dbf4afbfda4f2dcc65fabfd5595e0297e0b3 Mon Sep 17 00:00:00 2001 From: James Clark Date: Wed, 10 May 2000 03:23:43 +0000 Subject: [PATCH] Update for parameter entity parsing support. --- expat/expatfaq.html | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/expat/expatfaq.html b/expat/expatfaq.html index 82830338..279ac494 100755 --- a/expat/expatfaq.html +++ b/expat/expatfaq.html @@ -72,21 +72,8 @@ an argument of "iso-8859-1" to

How can I get expat to read my DTD?

-

expat only reads the internal DTD subset. It doesn't process an -external DTD nor parameter entity references. This behaviour is in -conformance with the XML Recommendation.

- -

Why does expat give the wrong result for the more complex example in -Appendix D of the XML Recommendation?

- -

expat does not process parameter entity references. (The XML -Recommendation only requires parsers to process parameter entity -references when validating. See section 4.4.8.)

- -

Why does expat give the wrong result for test cases in James -Clark's test suite in the xmltest/valid/not-sa?

- -

expat doesn't process parameter entities.

+

Compile with -DXML_DTD and call +XML_SetParamEntityParsing.

How can I get expat to recover from errors?

-- 2.40.0