Get no datas with the Harvester

Hello

Second problem with a institut.

When i try to harvest this institut
http://bib-app.gfz-potsdam.de/oai_hgf_all.php
then i get the records but their have no datas inside.

When i try it in the firefox with this address

http://bib-app.gfz-potsdam.de/oai_hgf_all.php?verb=ListRecords&metadataPrefix=oai_dc

there are no problems.
Have anyone a solution ??

The Dublin Core namespace declaration in each metadata part of the response is incorrect. It should be xmlns:dc="http://purl.org/dc/elements/1.1/ not xmlns:dc="http://www.openarchives.org/OAI/2.0/oai_dc/". Because of this the harvester does not see the Dublin Core metadata. The institution must comply with the OAI-PMH specifications, as defined here: http://www.openarchives.org/OAI/openarchivesprotocol.html#Record

Conceivably, you could edit the harvester's code to fix the issue, but this will require some technical knowhow. You'll first need to truncate the oaipmh_harvester_harvests and oaipmh_harvester_records tables in MySQL, and you may also want to delete the empty items you've already harvested. Then, in plugins/OaipmhHarvester/libraries/OaipmhHarvester/Harvest/OaiDc.php, change the DUBLIN_CORE_NAMESPACE class constant to "http://www.openarchives.org/OAI/2.0/oai_dc/" Save the file and run the harvest again. You should see the metadata now.

Otherwise, you will be unable to harvest metadata from this data provider because it is not OAI compliant.

Hi

Thank you for your answer.
I have try to change the DUBLIN_CORE_NAMESPACE constant . It works - but i cant harvest the other instituts. Can i install the plugin twice ??