- small xslt errors
This commit is contained in:
parent
281c321104
commit
69bc8e4b75
|
@ -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
Loading…
Reference in New Issue
Block a user