- correct oai error code messages needed by validator

This commit is contained in:
Arno Kaimbacher 2022-11-28 10:23:54 +01:00
parent 86d7b064d1
commit 281c321104
3 changed files with 77 additions and 4 deletions

View file

@ -360,7 +360,7 @@
<xsl:template match="SetSpec">
<setSpec>
<xsl:value-of select="@Value" />
<xsl:value-of select="{Value}" />
</setSpec>
</xsl:template>
@ -406,7 +406,7 @@
<xsl:text>doc-type:ResearchData</xsl:text>
</dc:type>
<!-- dc:format -->
<xsl:apply-templates select="File/@MimeType" mode="oai_dc" />
<xsl:apply-templates select="{File/MimeType}" mode="oai_dc" />
<!-- <dc:format> -->
<xsl:apply-templates select="File" mode="oai_dc" />
<!-- dc:identifier -->