Bug 31480

Summary: OAI-PMH Identify response missing "Repository identifier" and "Sample identifier"
Product: Koha Reporter: David Cook <dcook>
Component: Web servicesAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: minor    
Priority: P5 - low    
Version: Main   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

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...