[Koha-bugs] [Bug 7170] Remove use of XML::Simple

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 9 15:31:59 CET 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7170

--- Comment #8 from Paul Poulain <paul.poulain at biblibre.com> 2011-12-09 14:31:59 UTC ---
For the record: i've tested XML::SAX::Simple, just replacing the use
XML::Simple by use XML::LibXML::Simple  qw(XMLin);
1st you get an error :
Unrecognised option: suppressempty at
/home/paul/koha.dev/koha-community/C4/Context.pm line 231

If you remove the suppressemptry =>'' at line 231, you get:
Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4 at
/usr/lib/perl/5.12/Socket.pm line 217.

I haven't investigated more

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list