Skip to content
Snippets Groups Projects
Commit 121504e5 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- updated MODS version for --noppn

parent ccd28a80
Branches
Tags
No related merge requests found
...@@ -305,10 +305,10 @@ sub main { ...@@ -305,10 +305,10 @@ sub main {
$mods=~ s#<\?xml version="1.0" encoding="UTF-8"\?>#<!-- removed xml header from mods part -->#; $mods=~ s#<\?xml version="1.0" encoding="UTF-8"\?>#<!-- removed xml header from mods part -->#;
} elsif (defined $noppn) { } elsif (defined $noppn) {
$mods =<<MODS; $mods =<<MODS;
<mods version="3.5" <mods version="3.6"
xmlns="http://www.loc.gov/mods/v3" xmlns="http://www.loc.gov/mods/v3"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-5.xsd"> xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-6.xsd">
<identifier>$noppn</identifier> <identifier>$noppn</identifier>
</mods> </mods>
MODS MODS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment