- correct oai error code messages needed by validator
This commit is contained in:
parent
86d7b064d1
commit
281c321104
3 changed files with 77 additions and 4 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue