- small xslt errors

This commit is contained in:
Arno Kaimbacher 2022-11-28 10:34:34 +01:00
parent 281c321104
commit 69bc8e4b75
2 changed files with 3 additions and 3 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 -->

File diff suppressed because one or more lines are too long