From b1994597f986be7e5e97b7d67859e7b0f01eb661 Mon Sep 17 00:00:00 2001 From: xml-project Date: Tue, 30 Oct 2018 12:53:38 +0100 Subject: [PATCH] Attempts to fix 512 --- steps/src/main/xml/steps/load.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/steps/src/main/xml/steps/load.xml b/steps/src/main/xml/steps/load.xml index cabfae9d8..2794c8611 100644 --- a/steps/src/main/xml/steps/load.xml +++ b/steps/src/main/xml/steps/load.xml @@ -77,11 +77,10 @@ and “other” It is a dynamic error if the loaded content is not a well-formed XML document. -If the parameter is true -and the document has a doctype declaration, +If the parameter is true, then DTD validation must be performed when parsing the document. -It is a dynamic error if a DTD -validation is performed and the document is not valid. +It is a dynamic error if a DTD validation +is performed and either the document is not valid or no DTD is found. It is a dynamic error if the parameter is true and the processor does not support DTD validation.