Bug 19353: Ability to use xsl template on marc21 and marcxml metadataprefixes in...
commit7cd6fa6c6fd6fde0a981bcaa23d94af5f1532ffb
authorJosef Moravec <josef.moravec@gmail.com>
Tue, 7 Nov 2017 11:51:20 +0000 (7 11:51 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 14 Oct 2020 12:50:07 +0000 (14 14:50 +0200)
tree6610ea0bbbec639669c5277b16cdeb4705b4a98b
parent25e8b56b3601a01a71eb2627a39b100bd0d9c52d
Bug 19353: Ability to use xsl template on marc21 and marcxml metadataprefixes in OAI provider

Test plan:
0) apply the patchset
1) setup oai server with oaiconf file defining xsl_file for metadata
format marcxml or marc21
2) play with your oai and confirm that records are transformed as
expected
3) prove t/db_dependent/OAI/Server.t

Signed-off-by: Martin Šťastný <martin.stastny@teamlibrary.cz>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/OAI/Server/Record.pm