You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error on line 0: Element FoLiA failed to validate attributes
VALIDATION ERROR against RelaxNG schema (stage 1/3), in empty2.xml
Element FoLiA failed to validate attributes
libfolia/folialint DOES accept this file, but will add a bogus version value of 1.4.987
I would expect a more informative message, like:
Element FoLiA failed: missing 'version' attribute
The text was updated successfully, but these errors were encountered:
Hmm yeah, the validator actually does three stages, first it simply invokes the RelaxNG stylesheet, which produced messages like this. Only if that passes it processes the document with the library. The last stage is a serialisation check. If you want to do only library validation you can pass the --quick option, which should produce a better error too.
test file:
Error on line 0: Element FoLiA failed to validate attributes
VALIDATION ERROR against RelaxNG schema (stage 1/3), in empty2.xml
Element FoLiA failed to validate attributes
The text was updated successfully, but these errors were encountered: