xml => $xml_1,
file => $xsltfile_4,
});
my $dom = XML::LibXML->load_xml(string => $output);
$dom = XML::LibXML->load_xml(string => $output);
my $result = $dom->find( '/just_a_tagname' );
$result = $dom->find( '/just_a_tagname' );
is ( $result->to_literal(), '', "As expected, no XSLT parameters/variables were added");
#End of tests
-