-
Notifications
You must be signed in to change notification settings - Fork 10
Metadata manipulator: AddCdmMigratedFromUrl
This metadata manipulator adds the CONTENTdm URL for the object to an <identifier>
element with a type attribute with the value 'uri' and an invalid attribute with the value 'yes'.
This metadata manipulator applies to all CONTENTdm toolchains that output MODS documents.
To register this manipulator in your toolchain, add the following line to the "[MANIPULATORS]" section of your .ini file:
metadatamanipulators[] = "AddCdmMigratedFromUrl|http://content.lib.sfu.ca"
Also note that the mappings file must contain a row that adds the following element to your MODS: <identifier type='uri' invalid='yes'/>
, e.g.,
null5,<identifier type='uri' invalid='yes'/>
This manipulator takes one parameter, the URL of your CONTENTdm server, including the leading 'http://' or 'https://' and including (if necessary) a port number:
metadatamanipulators[] = "AddCdmMigratedFromUrl|http://content.lib.sfu.ca:8000"
The purpose of this metadata manipulator is to add the CONTENTdm URL for the object to an <identifier>
element with a type attribute with the value 'uri' and an invalid attribute with the value 'yes'.
Content on the Move to Islandora Kit wiki is licensed under a Creative Commons Attribution 4.0 International License.