Closed RobLBaker closed 7 months ago
After using set_datastore_doi users report invalid EML is generated:
set_datastore_doi
After enabling the set_datastore_doi block in the EML script, my following eml_validate function fails, throwing:
eml_validate
"Element 'physical': This element is not expected. Expected is one of ( alternateIdentifier, entityName, references )."
Look into this error and figure out what is going on/fix it.
@majestc96 I'm closing this as the error is not repeatable and perhaps derives from previous errors in the eml creation process. Happy to re-open if it crops up again in a repeatable fashion.
After using
set_datastore_doi
users report invalid EML is generated:After enabling the
set_datastore_doi
block in the EML script, my followingeml_validate
function fails, throwing:"Element 'physical': This element is not expected. Expected is one of ( alternateIdentifier, entityName, references )."
Look into this error and figure out what is going on/fix it.