JATS4R / jats-validator

JATS4R Schematron validation as a web service
https://jats-validator.vercel.app/
3 stars 1 forks source link

Check the public ID against the list of supported DTDs #9

Open hubgit opened 5 years ago

hubgit commented 5 years ago
  1. Generate a JSON array of supported public IDs alongside the catalog file.
  2. Before attempting validation, load the XML file without DTD validation and check the public ID against the list of supported DTDs, giving a useful error message if it's not supported.