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
Validating the eml-sample.xml file that ships with EML 2.2.0 produces spurious errors.
> eml_validate("eml-sample.xml", schema=NULL)
[1] FALSE
attr(,"errors")
[1] "parent of any annotation must have id unless annotation contains a references attribute"Warningmessage:In eml_additional_validation(doc, encoding=encoding) :Documentisinvalid.Foundthefollowingerrors:parentofanyannotationmusthaveidunlessannotationcontainsareferencesattribute
The text was updated successfully, but these errors were encountered:
mbjones
added a commit
to mbjones/emld
that referenced
this issue
Jan 24, 2020
Validating the
eml-sample.xml
file that ships with EML 2.2.0 produces spurious errors.The text was updated successfully, but these errors were encountered: