JATS4R / jats-validator

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

Errors are reporting as Warnings #11

Closed jeffbeckncbi closed 5 years ago

jeffbeckncbi commented 5 years ago

The tests that I did get to report are assigning ERROR as WARNING. Do I need to separate those in the jats4r.sch again? I may have oversimplified things - relying on the ERROR/WARNING indicator in the messages (that we removed).

Specifically when country/@country is not a 2-letter string or the attribute is not included.

I will add test files for this and other tests (errors and warnings) that we can use going forward. I'll put these in jats-schematrons/samples

hubgit commented 5 years ago

schematron-runner is expecting that the tests will be separated into errors and warnings phases, like this, as they were previously.

jeffbeckncbi commented 5 years ago

I'll put those back :)

jeffbeckncbi commented 5 years ago

phases added back in fourth-update, branch merged