On Tue, Sep 11, 2012 at 5:37 PM, Calloni, Rodrigo <[email protected]> wrote: > It may take some time to complete the upgrade as we have several local > developments that need to be tested. > > Because of this I think it will be more worthy to go to a consolidated 3.1 > version so it can take some time. > > If there is a way to have this done in 1.6.2 I would like to start trying now.
OK, just asking because I think it won't be trivial with the old OAI webapp. Depending on which metadata format you use in your OAI for dissemination, you'll have to modify the corresponding crosswalk. The default one (required by the specification) is oai_dc. I'm not sure which crosswalk implements it, but it's probably either dspace-api/src/main/java/org/dspace/content/crosswalk/SimpleDCDisseminationCrosswalk.java or dspace-api/src/main/java/org/dspace/content/crosswalk/QDCCrosswalk.java Look in those files how to manipulate the DOM and change one element into another. Of course, you'll have tro recompile and redeploy DSpace and restart your servlet contaniner every time you make a change. Maybe there's a simpler way but I don't know it. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

