23 Nov
2014
23 Nov
'14
1:06 p.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=13262 --- Comment #5 from M. de Rooy <m.de.rooy@rijksmuseum.nl> --- 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.