From fd7de28885bf1b1c30b5255a4cbb13b0d95e4b11 Mon Sep 17 00:00:00 2001 From: Liz Rea Date: Sat, 30 Jan 2010 07:42:29 -0600 Subject: [PATCH] Added XML::LibXML::SAX::Parser example and instructions on how to edit the ParserDetails.ini file. Content-Type: text/plain; charset="utf-8" --- INSTALL.debian | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/INSTALL.debian b/INSTALL.debian index bfb94e2..bc15d23 100644 --- a/INSTALL.debian +++ b/INSTALL.debian @@ -188,6 +188,12 @@ When the configuration is completed CPAN will install the Perl modules. /etc/perl/XML/SAX/ParserDetails.ini + Example (in most cases, this example would be the correct entry to have at the bottom of the file): + [XML::LibXML::SAX::Parser] + http://xml.org/sax/features/namespaces = 1 + + The parser you are using should be at the bottom of the file, the last listed entry. Otherwise, you may get errors. + 2.4 Install DBD::mysql Perl module In order to handle UTF-8 correctly, Koha requires at least version 4.004 -- 1.5.6.5