This page is not stable; be cautious when linking here. See history if you are looking for old content.

This page is part of the Google+Summer+of+Code+2007 project on Portable Citations. (Up to main project page.)


http://wiki.dspace.org/index.php/XsltCrosswalk http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_4_x/dspace/src/org/dspace/app/oai/PluginCrosswalk.java?diff_format=h&revision=1780&view=markup http://dspace.svn.sourceforge.net/viewvc/dspace/branches/dspace-1_4_x/dspace/src/org/dspace/content/crosswalk/DisseminationCrosswalk.java?revision=1780&view=markup

1.Save file as dspace/config/crosswalks/MYCROSSWALK.xsl
where MYCROSSWALK is the (variable) name of the crosswalk.

1.In dspace/config/dspace.cfg, go to the section #### Crosswalk and Packager Plugin Settings ####
Add:

  1. Configure XSLT-driven dissemination crosswalk for echom
    crosswalk.dissemination.echom.schemaLocation = crosswalks/echom.xsl

1.In dspace/config/oaicat.properties, go to the section # List the supported metadataPrefixes along with the class that performs the associated crosswalk
Add:
Crosswalks.echom=org.dspace.app.oai.PluginCrosswalk

  • No labels