Hello, I would like to add the xml lang attribute (like this 
<https://stackoverflow.com/questions/66854635/dspace-6-3-oai-add-xmllang-attrubute-to-oai-dc>
 
but not hardcoded) to the `oai_dc.xsl`. 

Is there a way to get the language from the metadata? For example, how can 
I get it from here:

<xsl:for-each 
select="doc:metadata/doc:element[@name='dc']/doc:element[@name='identifier']/doc:element/doc:field[@name='value']">
<dc:identifier><xsl:value-of select="." /></dc:identifier>
</xsl:for-each>

Regards,
Santiago.

-- 
All messages to this mailing list should adhere to the Code of Conduct: 
https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-community/fe196047-85b3-4969-9064-726753351fddn%40googlegroups.com.

Reply via email to