Re: Problem with MARC::File::XML

2010-12-20 Thread Claire Hernandez
Hi, First, when the patch is not applied, in both case, I have no error. There are 2 cases: 1/ $ more /etc/perl/XML/SAX/ParserDetails.ini [XML::SAX::PurePerl] http://xml.org/sax/features/namespaces = 1 [XML::LibXML::SAX] http://xml.org/sax/features/namespaces = 1 [XML::LibXML::SAX::Parser] http

Re: Problem with MARC::File::XML

2010-12-15 Thread Galen Charlton
Hi, On Tue, Dec 14, 2010 at 11:55 AM, Claire Hernandez wrote: > I had another issue, with another sax parser: >    Malformed UTF-8 character (unexpected end of string) in substitution > (s///) at /usr/lib/perl5/XML/LibXML/Error.pm line 217. >    problem with :84 : :61: parser error : Input is not

Re: Problem with MARC::File::XML

2010-12-14 Thread Claire Hernandez
ire; From: *Galen Charlton* Date: December 13, 2010 06:16 Subject: Re: Problem with MARC::File::XML Message ID: aanlktinutec98fzq4dzz=t6hlvvyqe0nq4=uzepqp...@mail.gmail.com <http://www.nntp.perl.org/group/perl.perl4lib/;msgid=aanlktinutec98fzq4dzz=t6hlvvyqe0nq4=uzepqp...@mail.gmail.com> Hi, On

Re: Problem with MARC::File::XML

2010-12-13 Thread Galen Charlton
Hi, On Thu, Dec 2, 2010 at 5:09 AM, LAURENT Henri-Damien wrote: > we are currently trying to use MARC::File::XML on multi threaded > decoding of records. > We are encountering erratic error of Parsing. >  problem with :25 : > not well-formed (invalid token) at line 32, column 27, byte 1216 at > /

Problem with MARC::File::XML

2010-12-02 Thread LAURENT Henri-Damien
Hi we are currently trying to use MARC::File::XML on multi threaded decoding of records. We are encountering erratic error of Parsing. problem with :25 : not well-formed (invalid token) at line 32, column 27, byte 1216 at /usr/lib/perl5/XML/Parser.pm line 187 http://www.w3.org/2001/XMLSchema-ins

Re: problem with MARC::File::XML on RH 5 64bits [solved]

2007-12-18 Thread paul POULAIN
Ed Summers a écrit : It looks like you don't have an XML parser installed that supports the features that M::F::X requires: use XML::SAX qw(Namespaces Validation); Try executing that, and see if you get a similar exception. FWIW Namespace support is required for the version of MARC::File::SAX

Re: problem with MARC::File::XML on RH 5 64bits

2007-12-17 Thread Ed Summers
It looks like you don't have an XML parser installed that supports the features that M::F::X requires: use XML::SAX qw(Namespaces Validation); Try executing that, and see if you get a similar exception. FWIW Namespace support is required for the version of MARC::File::SAX that is in CVS since i

problem with MARC::File::XML on RH 5 64bits

2007-12-17 Thread paul POULAIN
Hello, I try to install Koha on a RH server, that was previously on RH 4 (Koha worked fine), and that has just be upgraded to a RH 5 (and Koha don't work at all). RH being 64 bits, on a Dell server. I have reinstalled yaz, and zebra and get a nasty error on Koha. Investigating, it seems I hav