[Koha-bugs] [Bug 6876] New: oai-pmh ListMetadataFormats marcxml definition

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 16 22:24:42 CEST 2011


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6876

             Bug #: 6876
           Summary: oai-pmh ListMetadataFormats marcxml definition
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Tools
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: benanderson at benanderson.us
         QAContact: koha-bugs at lists.koha-community.org


this command:
  $ curl -s 'http://ubuntu/cgi-bin/koha/oai.pl?verb=ListMetadataFormats' |
xmllint --format - 

results in :
  http://pastebin.com/raw.php?i=SU52snk3

I believe this is a problem:
  <schema>http://www.loc.gov/MARC21/slim http://www.loc.gov/
standards/marcxml/schema/MARC21slim.xsd</schema>
  <metadataNamespace>http://www.loc.gov/MARC21/slim http://www.loc.gov/
standards/marcxml/schema/MARC21slim</metadataNamespace>

shouldn't it be this instead?
  <schema>http://www.loc.gov/standards/marcxml/schema/MARC21slim.xsd</schema>
  <metadataNamespace>http://www.loc.gov/MARC21/slim</metadataNamespace>

and not quite as important, but somewhat relevant I think this:
  <metadataPrefix>marcxml</metadataPrefix>
should be this:
  <metadataPrefix>marc21</metadataPrefix>
according to this:
  http://www.openarchives.org/OAI/2.0/guidelines-marcxml.htm
  "It is recommended that the metadataPrefix "marc21" be used with this
metadata format."

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list