Skip to content

Commit 03a6849

Browse files
dhelesgithub-actions[bot]
authored andcommitted
Add DataCite sandbox url to crosswalk
(cherry picked from commit 3a9f3b2)
1 parent f13d4eb commit 03a6849

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dspace/config/crosswalks/DIM2DataCite.xsl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,9 @@
350350
<xsl:if test="starts-with(string(text()), 'http://dx.doi.org/')">
351351
<xsl:value-of select="substring(., 19)"/>
352352
</xsl:if>
353+
<xsl:if test="starts-with(string(text()), 'https://api.test.datacite.org/')">
354+
<xsl:value-of select="substring(., 31)"/>
355+
</xsl:if>
353356
</identifier>
354357
</xsl:if>
355358
</xsl:template>

0 commit comments

Comments
 (0)