- add language tag to title attribute for dublin core: dc:title xml:lang="de"
- composer updates
This commit is contained in:
parent
a31a3e22a3
commit
3004e5bb9b
2 changed files with 162 additions and 151 deletions
|
@ -430,12 +430,18 @@
|
|||
|
||||
<xsl:template match="TitleMain" mode="oai_dc">
|
||||
<dc:title>
|
||||
<xsl:attribute name="xml:lang">
|
||||
<xsl:value-of select="@Language" />
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="@Value"/>
|
||||
</dc:title>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:template match="TitleAdditional" mode="oai_dc">
|
||||
<dc:title>
|
||||
<xsl:attribute name="xml:lang">
|
||||
<xsl:value-of select="@Language" />
|
||||
</xsl:attribute>
|
||||
<xsl:value-of select="@Value"/>
|
||||
</dc:title>
|
||||
</xsl:template>
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue