View | Details | Raw Unified | Return to bug 15946
Collapse All | Expand All

(-)a/Koha/OAI/Server/ListMetadataFormats.pm (-3 / +2 lines)
Lines 46-53 sub new { Link Here
46
        ) );
46
        ) );
47
        $self->metadataFormat( HTTP::OAI::MetadataFormat->new(
47
        $self->metadataFormat( HTTP::OAI::MetadataFormat->new(
48
            metadataPrefix    => 'marcxml',
48
            metadataPrefix    => 'marcxml',
49
            schema            => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd',
49
            schema            => 'http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd',
50
            metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim'
50
            metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim'
51
        ) );
51
        ) );
52
    }
52
    }
53
53
54
- 

Return to bug 15946