mbeckerle commented on a change in pull request #269: DAFFODIL-2200. xs:import problems with xsd files provided in daffodil-lib URL: https://github.com/apache/incubator-daffodil/pull/269#discussion_r327320594
########## File path: daffodil-lib/src/main/resources/org/apache/daffodil/xsd/XMLSchema_for_DFDL.xsd ########## @@ -40,10 +40,11 @@ this to validate when we load a DFDL Schema. --> <xsd:import namespace="http://www.ogf.org/dfdl/dfdl-1.0/" /> + schemaLocation="DFDL_part3_model.xsd" /> Review comment: The line above has "/>" on it, so this line is broken/not well formed. Tests are not passing as a result. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
