https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662
--- Comment #73 from David Cook <[email protected]> --- (In reply to Mirko Tietgen from comment #71) > I had metadataPrefix set to oai_dc. I successfully imported a record in Koha > after switching to marcxml. Very nice! The default XSLT only handles OAI-PMH records containing MARCXML, but you can write your own XSLT to handle oai_dc to MARCXML and then it would work, although you need to make sure to include the OAI identifier in the MARCXML for future updates/deletions (by default, that's in 024$a). -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
