JeremyYao commented on PR #1361: URL: https://github.com/apache/daffodil-vscode/pull/1361#issuecomment-3192418124
> @duboisfordwork I followed the steps @JeremyYao had illustrated in #1297 but get the following error output in the extension host Debug Console. > > ```shell > Schema Definition Error: Error loading schema due to org.xml.sax.SAXParseException; systemId: file:dfdl-workspace/jpeg.dfdl.xsd; lineNumber: 7; columnNumber: 3; DOCTYPE is disallowed. > Schema context: Location line 7 column 3 in dfdl-workspace/jpeg.dfdl.xsd, Schema Definition Error: Error loading schema due to org.xml.sax.SAXParseException; systemId: file:dfdl-workspace/jpeg.dfdl.xsd; lineNumber: 7; columnNumber: 3; DOCTYPE is disallowed. > Schema context: Location line 7 column 3 in dfdl-workspace/jpeg.dfdl.xsd > ``` > > **Directory Structure** > > ``` > dfdl-workspace/ > ├─ jpeg.dfdl.xsd > └─ test_images/ > └─ curious-cat-thumb.jpg > └─ .vscode/ > └─ launch.json > ``` Try using https://github.com/DFDLSchemas/GIF/blob/master/src/main/resources/com/mitre/gif/xsd/gif.dfdl.xsd and https://media1.tenor.com/m/S9ESdahHRtUAAAAC/toast.gif seeing if this works? Maybe some updates to Daffodil may be causing the schema definition error -- 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]
