https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17704

Londhe A <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |major
                 CC|                            |[email protected]
           Priority|P5 - low                    |P3

--- Comment #21 from Londhe A <[email protected]> ---
(In reply to David Cook from comment #18)
> Created attachment 107216 [details] [review]
> Bug 17704: Enable ->xslt method (must use HTTP::OAI >= 4.07)
> 
> Signed-off-by: David Cook <[email protected]>


I am getting same error,
<pre>Can't call method &quot;processing_instruction&quot; on an undefined value
at /usr/local/share/perl/5.30.0/HTTP/OAI/Response.pm line 115.

koha version    20.11.12
HTTP::OAI       4.11

to add this patch in my file there is no lines like this :

$response->set_handler($w);
#$response->xslt( "/opac-tmpl/xslt/OAI.xslt" );
$response->generate($driver);

lines in my file (Koha/OAI/Server/Repository.pm): 

$response->set_handler( XML::SAX::Writer->new( Output => *STDOUT ) );
$response->xslt( "/opac-tmpl/xslt/OAI.xslt" );
$response->generate;

bless $self, $class;
return $self;

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to