We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mets/@PROFILE
When creating a 2.1.0 E-ARK SIP with commons-ip version 2.8.0 , the value of mets/@PROFILE is "https://earksip.dilcis.eu/profile/E-ARK-SIP-v2-1-0.xml". According to the 2.1.0 spec it should be: "https://earksip.dilcis.eu/profile/E-ARK-SIP.xml":
Also, validating a 2.1.0 SIP via commons-ip with the value "https://earksip.dilcis.eu/profile/E-ARK-SIP.xml" results in the following ambiguous error:
{ "specification" : "SIP-2.1.0", "id" : "SIP2", "name" : "METS Profile", "location" : "mets/@PROFILE", "description" : "The value is set to “https://earksip.dilcis.eu/profile/E-ARK-SIP.xml”.", "cardinality" : "1..1", "level" : "MUST", "testing" : { "outcome" : "FAILED", "issues" : [ "mets/@PROFILE value isn't https://earksip.dilcis.eu/profile/E-ARK-SIP.xml Root METS.xml" ], "warnings" : [ ], "notes" : [ ] }
The text was updated successfully, but these errors were encountered:
hmiguim
No branches or pull requests
When creating a 2.1.0 E-ARK SIP with commons-ip version 2.8.0 , the value of
mets/@PROFILE
is "https://earksip.dilcis.eu/profile/E-ARK-SIP-v2-1-0.xml". According to the 2.1.0 spec it should be: "https://earksip.dilcis.eu/profile/E-ARK-SIP.xml":Also, validating a 2.1.0 SIP via commons-ip with the value "https://earksip.dilcis.eu/profile/E-ARK-SIP.xml" results in the following ambiguous error:
The text was updated successfully, but these errors were encountered: