diversicon-kb / divercli

Command Line Interface for Diversicon
http://diversicon-kb.eu/tools
Other
0 stars 0 forks source link

Introduce XML validation command #5

Closed DavidLeoni closed 7 years ago

DavidLeoni commented 7 years ago

We should allow the user to be able to execute validation on LMF XMLs. This Validation command should be separate from import commands, even "dry run" import commands, as an import can actually perform also checks against the db.

We need the command because there aren't around many validators supporting XML Schema 1.1 features we use.

DavidLeoni commented 7 years ago

Note that Validation by default is non-strict, which means warnings don't make the validation fail.