openpreserve / odf-validator

Open source Open Document Format (ODF) validation
http://odf.openpreservation.org/
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Validator itself decides when an error is present #42

Closed dewhattens closed 11 months ago

dewhattens commented 11 months ago

the validator writes out things like ERROR and INFO. However we simply need a list of attributes. the validator should not decide if something is an error or not. We will decide that in a higher layer.

Of course if the sheet is not well formed then this will be an error but the presence of a word document or a tiff file may not be an error.