koha3: XML::LibXML::SAX instead of XML::LibXML::SAX::Parser
hello all, i've a problem with sax. The test gives: Koha wants something like: XML::LibXML::SAX::Parser=HASH(0x81fe220) You have: XML::LibXML::SAX=HASH(0x81ba570) and ParserDetails.ini only contains: $ cat /opt/csw/share/perl/site_perl/XML/SAX/ParserDetails.ini [XML::LibXML::SAX::Parser] http://xml.org/sax/features/namespaces = 1 Is there a difference between XML::LibXML::SAX::Parser and XML::LibXML::SAX? I've installed XML::LibXML::SAX::Parser from CPAN, the tests are ok. And i'm using perl 5.8.8 In koha-3.0.1-stable, the test is simpliest and it works on my machine, but now, i'm trying to use koha from git anybody can help? thanks in advancve, gerard
it works after modifying correctly the file ParserDetails.ini (it is documented) sorry for the noise, gerard
participants (1)
-
ghenry