如何提取元数据字段的语言

问题描述

我使用的是 dspace 6.3 JSPUI。我想添加元数据字段的语言描述,如:

<dc.title xml:lang="en">I am</dc.title>
<dc.title xml:lang="fr">Je suis</dc.title>

dspace 数据库中,这些看起来像这样:

DSpace data entry form screenshot

如何提取该字段的语言并放入

<xsl:attribute name="xml:lang">   
  <xsl:value-of select="{here}" />
</xsl:attribute>

预先感谢您提供任何提示:)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)