[Dspace-tech] Own metadata format and OAI-PMH in dspace 3.

2013-09-09 Thread Anis Moubarik
Hello, I'm working on our own metadata format which has been integrated as a Crosswalk in the old 1.7 servers, looking at the code it looks like it won't be portable without problems as a 3.x crosswalk. How would you recommend to implement a completely new metadata format to the new OAI-PMH

Re: [Dspace-tech] Own metadata format and OAI-PMH in dspace 3.

2013-09-09 Thread helix84
Hi Anis, it's quite simple if you have some knowledge of XSLT (even if you don't, it's straightforward for direct metadata field mappings). 1) Find a metadata format that looks the most similar to the one you're trying to create. You can look at them at http://demo.dspace.org/oai/request?verb=Lis

Re: [Dspace-tech] Own metadata format and OAI-PMH in dspace 3.

2013-09-09 Thread helix84
Oops, I missed a step: 2.5) Add a record into in [dspace]/config/crosswalks/oai/xoai.xml Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette -