pkatlic commented on code in PR #1286:
URL: https://github.com/apache/daffodil/pull/1286#discussion_r1736787589


##########
daffodil-runtime1/src/main/scala/org/apache/daffodil/runtime1/processors/DataProcessor.scala:
##########
@@ -225,9 +225,10 @@ class DataProcessor(
       case ValidationMode.Limited => null
       case ValidationMode.Custom(cv) => cv
       case ValidationMode.Full => {
-        val cfg = XercesValidatorFactory.makeConfig(
-          ssrd.elementRuntimeData.schemaURIStringsForFullValidation
-        )
+        // we only need to provide the main schema, Xerces will find 
imported/included schemas
+        // using the Daffodil resolver set in th XercesValidatorFactory

Review Comment:
   Either change "th" to "the" or remove.



-- 
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]

Reply via email to