From a18d1d0814e82733ee0016ff8b53182855d8229d Mon Sep 17 00:00:00 2001 From: Jens Steidl <Jens.Steidl@slub-dresden.de> Date: Fri, 9 Oct 2020 16:45:31 +0200 Subject: [PATCH] - no longer needed, MODS standalone file in BagIt-based SIP --- bin/slubsipbuilderbagit.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/slubsipbuilderbagit.pl b/bin/slubsipbuilderbagit.pl index 401ceee..9ffec9a 100644 --- a/bin/slubsipbuilderbagit.pl +++ b/bin/slubsipbuilderbagit.pl @@ -90,8 +90,6 @@ MODS if($with_debug){ SLUB::LZA::SIPBuilderBagIt::write_file("DEBUG_${ppn}_mods.xml", $mods); } - # remove the <xml /> from beginning of the answer - $mods=~ s#<\?xml version="1.0" encoding="UTF-8"\?>#<!-- removed xml header from mods part -->#; return $mods; } -- GitLab