olabusayoT commented on code in PR #1065:
URL: https://github.com/apache/daffodil/pull/1065#discussion_r1528894703
##########
daffodil-test/src/test/resources/org/apache/daffodil/section00/general/disallowDocTypes.tdml:
##########
@@ -59,8 +59,6 @@
<tdml:document/>
<tdml:errors>
<tdml:error>Schema Definition Error</tdml:error>
- <tdml:error>org.xml.sax.SAXParseException</tdml:error>
- <tdml:error>hasDocType-include.dfdl.xsd</tdml:error>
<tdml:error>DOCTYPE is disallowed</tdml:error>
Review Comment:
It's actually the systemId from the XercesError which we lost when we
converted it to a schemaFileLocation since we don't grab the absolute system id
from the Xerces error and use the diagnosticFilepath from the
schemaFileLocation passed into the errorhandler instead
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]