You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The <oai_dc> element in the public XML is used to generate IIIF manifests, which then power the metadata display in Mirador and (soon) the Media viewer.
There is a problem somewhere in the transformation into <oai_dc> that's causing language codes to be concatenated:
The
<oai_dc>
element in the public XML is used to generate IIIF manifests, which then power the metadata display in Mirador and (soon) the Media viewer.There is a problem somewhere in the transformation into
<oai_dc>
that's causing language codes to be concatenated:<dc:language>ArabicaraArabicArab</dc:language>
This string is then ending up in embed viewers:
There's a stylesheet that generated DC from MODS that is probably the source of the issue:
https://github.com/sul-dlss/dor-services-app/blob/main/app/services/publish/mods2dc.xslt
The text was updated successfully, but these errors were encountered: