From eefcce47bc0314b91acbd52917d5523065326666 Mon Sep 17 00:00:00 2001 From: David Cook Date: Thu, 23 Jul 2020 07:02:35 +0000 Subject: [PATCH] Bug 17704: Enable ->xslt method (must use HTTP::OAI >= 4.07) Content-Type: text/plain; charset="utf-8" Signed-off-by: David Cook Signed-off-by: Mason James --- Koha/OAI/Server/Repository.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Koha/OAI/Server/Repository.pm b/Koha/OAI/Server/Repository.pm index aa7de2673e..6fd9d41f96 100644 --- a/Koha/OAI/Server/Repository.pm +++ b/Koha/OAI/Server/Repository.pm @@ -161,7 +161,7 @@ sub new { $driver->start_oai_pmh(); $response->set_handler($w); - #$response->xslt( "/opac-tmpl/xslt/OAI.xslt" ); + $response->xslt( "/opac-tmpl/xslt/OAI.xslt" ); $response->generate($driver); $driver->end_oai_pmh(); -- 2.20.1