@@ -, +, @@ http://validator.oaipmh.com/#ListMetadataFormats] Invalid before patch, valid after. --- Koha/OAI/Server/ListMetadataFormats.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/Koha/OAI/Server/ListMetadataFormats.pm +++ a/Koha/OAI/Server/ListMetadataFormats.pm @@ -46,8 +46,8 @@ sub new { ) ); $self->metadataFormat( HTTP::OAI::MetadataFormat->new( metadataPrefix => 'marcxml', - schema => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim.xsd', - metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/ standards/marcxml/schema/MARC21slim' + schema => 'http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd', + metadataNamespace => 'http://www.loc.gov/MARC21/slim http://www.loc.gov/standards/marcxml/schema/MARC21slim' ) ); } --