We need to change the digest tool to only process a known collection of DTD versions. When a file is encountered that utilizes a version that we do not support, a warning should be generated (but the rest of the conversion process should continue)
In src/resources/create.ts, function determineResourceType takes the contents of a file, identifies the DOCTYPE root element, and then parses/inspects that content to determine the type of resource.
We need to change the digest tool to only process a known collection of DTD versions. When a file is encountered that utilizes a version that we do not support, a warning should be generated (but the rest of the conversion process should continue)
In
src/resources/create.ts
, functiondetermineResourceType
takes the contents of a file, identifies theDOCTYPE
root element, and then parses/inspects that content to determine the type of resource.