Skip to content

Commit

Permalink
https://jira.duraspace.org/browse/DS-1304
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-de-melo authored and helix84 committed Oct 15, 2012
1 parent a3ac80c commit 44c890d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/config/crosswalks/oai/metadataFormats/etdms.xsl
Expand Up @@ -39,7 +39,7 @@
<description><xsl:value-of select="." /></description>
</xsl:for-each>
<xsl:for-each select="doc:metadata/doc:element[@name='dc']/doc:element[@name='date']/doc:element/doc:element/doc:field[@name='value']">
<date><xsl:value-of select="." /></date>
<date><xsl:value-of select="substring(.,0,11)" /></date>
</xsl:for-each>
<xsl:for-each select="doc:metadata/doc:element[@name='dc']/doc:element[@name='type']/doc:element/doc:field[@name='value']">
<type><xsl:value-of select="." /></type>
Expand Down

0 comments on commit 44c890d

Please sign in to comment.