Skip to content

Commit 08b86fa

Browse files
authored
Merge pull request DSpace#11764 from DSpace/backport-11763-to-main
[Port main] Add DataCite sandbox url to crosswalk
2 parents f13d4eb + 03a6849 commit 08b86fa

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)