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

--- Comment #5 from M. de Rooy <[email protected]> ---
Maybe we should just be pragmatic here and replace the lines:

require XML::LibXML;
my $dom = XML::LibXML->load_xml(string => $output);
my $result = $dom->find( '/just_a_tagname' );

by a simple test like index($output,'this is a test')>0

LibXML uses overloading in XML::LibXML::Literal (and others) called from
XML::LibXML::Node. Debugging this stuff seems much harder than just simplifying
the test..

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