Bugzilla – Attachment 49360 Details for
Bug 15946
Broken link to LoC in MARCXML declaration for OAI-PMH ListMetadataFormats
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 15946 Valid namespace for OAI marcxml schema
PASSED-QA-Bug-15946-Valid-namespace-for-OAI-marcxm.patch (text/plain), 1.88 KB, created by
Katrin Fischer
on 2016-03-20 22:46:36 UTC
(
hide
)
Description:
[PASSED QA] Bug 15946 Valid namespace for OAI marcxml schema
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2016-03-20 22:46:36 UTC
Size:
1.88 KB
patch
obsolete
>From 3b66e0cb9dab907ffee035f0921ae7db79278e65 Mon Sep 17 00:00:00 2001 >From: Zeno Tajoli <z.tajoli@cineca.it> >Date: Tue, 1 Mar 2016 11:18:04 +0100 >Subject: [PATCH] [PASSED QA] Bug 15946 Valid namespace for OAI marcxml schema >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This path fixes the value of xml schema variable and the link to Library >of Congress. For Dublin Core format those values are defined in >UNIMARCslim2OAIDC.xsl and MARC21slim2OAIDC.xsl. For MARCXML those >values are written into the code > >To test it: >1) Setup OAI-PMH >2) Test the site inserting the BaseURL into http://validator.oaipmh.com >3) See the problem with ListMetadataFormats [link: > http://validator.oaipmh.com/#ListMetadataFormats] >4) Insert the patch >5) See the problem is over > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> > Invalid before patch, valid after. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > Koha/OAI/Server/ListMetadataFormats.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/Koha/OAI/Server/ListMetadataFormats.pm b/Koha/OAI/Server/ListMetadataFormats.pm >index d78b084..47463a7 100644 >--- a/Koha/OAI/Server/ListMetadataFormats.pm >+++ b/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' > ) ); > } > >-- >1.9.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 15946
:
48494
|
48495
|
48532
|
48533
| 49360 |
49361