Bug 31480 - OAI-PMH Identify response missing "Repository identifier" and "Sample identifier"
Summary: OAI-PMH Identify response missing "Repository identifier" and "Sample identif...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Web services (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-29 00:25 UTC by David Cook
Modified: 2022-08-29 00:25 UTC (History)
0 users

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2022-08-29 00:25:50 UTC
If you go to /cgi-bin/koha/oai.pl?verb=Identify, you'll see that "Repository identifier" and "Sample identifier" are blank. 

The ./koha-tmpl/opac-tmpl/xslt/OAI.xslt makes it seem that they should be at oai:description/oai_id:oai-identifier/oai_id:repositoryIdentifier/text() and oai:description/oai_id:oai-identifier/oai_id:sampleIdentifier/text() but there is no oai:description in the XML response.

I imagine that someone must've written that XSLT with purpose once upon a time but that data has been lost to the ages...