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

(-)a/opac/oai.pl (-3 / +2 lines)
Lines 203-210 sub new { Link Here
203
        ) );
203
        ) );
204
        $self->metadataFormat( HTTP::OAI::MetadataFormat->new(
204
        $self->metadataFormat( HTTP::OAI::MetadataFormat->new(
205
            metadataPrefix    => 'marcxml',
205
            metadataPrefix    => 'marcxml',
206
            schema            => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd',
206
            schema            => 'http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd',
207
            metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim'
207
            metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim'
208
        ) );
208
        ) );
209
    }
209
    }
210
210
211
- 

Return to bug 15946