--- trunk/all2xml.pl 2003/03/22 22:43:05 43 +++ trunk/all2xml.pl 2003/03/22 22:51:48 44 @@ -254,7 +254,8 @@ my $swishpath = $path."#".int($row->{mfn}); - if (my $xml = $cp2utf->convert(isis2xml($row,$add_xml."$swishpath"))) { + if (my $xml = isis2xml($row,$add_xml)) { + $xml = $cp2utf->convert($xml); use bytes; # as opposed to chars print "Path-Name: $swishpath\n"; print "Content-Length: ".(length($xml)+1)."\n";