Skip to content

Commit

Permalink
Merge pull request #591 from xml-project/fix-512
Browse files Browse the repository at this point in the history
Attempts to fix 512
  • Loading branch information
xml-project committed Oct 31, 2018
2 parents 39cde2a + b199459 commit c6d9c8d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions steps/src/main/xml/steps/load.xml
Expand Up @@ -77,11 +77,10 @@ and “other”
<para><error code="D0049">It is a <glossterm>dynamic error</glossterm> if
the loaded content is not a well-formed XML document.</error></para>

<para>If the <option>dtd-validate</option> parameter is <literal>true</literal>
and the document has a <literal>doctype</literal> declaration,
<para>If the <option>dtd-validate</option> parameter is <literal>true</literal>,
then DTD validation must be performed when parsing the document.
<error code="D0023">It is a <glossterm>dynamic error</glossterm> if a DTD
validation is performed and the document is not valid.</error>
<error code="D0023">It is a <glossterm>dynamic error</glossterm> if a DTD validation
is performed and either the document is not valid or no DTD is found.</error>
<error code="D0043">It is a <glossterm>dynamic error</glossterm>
if the <option>dtd-validate</option> parameter is <literal>true</literal> and
the processor does not support DTD validation.</error></para>
Expand Down

0 comments on commit c6d9c8d

Please sign in to comment.