Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The pluginName is the plugin name given to the Plugin Manager, and the path value is the pathname (relative to [dspace]/config/) of the crosswalk stylesheet, e.g.

...

 "mycrosswalk.xslt".

For example, this configures a crosswalk named "LOM" using a stylesheet in

...

Code Block
crosswalk.dissemination.MODS.stylesheet = crosswalks/mods_out.xsl
crosswalk.dissemination.MODS.namespace.mods = <nowiki>httphttp://www.loc.gov/mods/v3</nowiki>v3
crosswalk.dissemination.MODS.schemaLocation = <nowiki>httphttp://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-0.xsd</nowiki>xsd

You can configure two (or more) names to point to the same crosswalk, just add two configuration entries with the same path, e.g.

...