From: Shawn Boyette Date: Mon, 22 Sep 2008 19:30:39 +0000 (+0000) Subject: xml element in exception file X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=e5f562b91b9dadd24b88450c7710e16b20166ed6 xml element in exception file --- diff --git a/yaz-cleanup b/yaz-cleanup index 1450fc3..c8f6766 100755 --- a/yaz-cleanup +++ b/yaz-cleanup @@ -23,6 +23,7 @@ open MARC, '<', 'incoming.marc.xml'; open my $NUMARC, '>', 'incoming.clean.marc.xml'; print $NUMARC '',"\n"; open my $EXMARC, '>', 'incoming.exceptions.marc.xml'; +print $EXMARC '',"\n"; open MARC2, '<', 'incoming.marc.xml'; ; @@ -81,6 +82,7 @@ while (my $line = getline()) { } print $NUMARC "\n"; +print $EXMARC "\n"; =head2 edit