Hello all,

I have a quick question concerning the datacite crosswalk in DSpace 5, in 
particular the section of alternateIdentifiers, see below:

<!-- 
                 Add alternativeIdentifiers.
                 This element is important as it is used to recognize for 
which
                 DSpace object a DOI is reserved for. See below for further 
                 information.
            -->
            <xsl:if test="//dspace:field[@mdschema='dc' and 
@element='identifier' and not(starts-with(., 'http://dx.doi.org/'))]">
                <xsl:element name="alternateIdentifiers">
                    <xsl:apply-templates 
select="//dspace:field[@mdschema='dc' and @element='identifier' and 
not(starts-with(., 'http://dx.doi.org/'))]" />
                </xsl:element>
            </xsl:if>

I have noticed that the above results in the record's DOI to be included 
here (i.e. dc.identifier.doi). Is this intentional? I can see that the 
contents for dc.identifier.uri should be included here, alongside any other 
identifiers for versions of the same content elsewhere, but shouldn't the 
repository's own DOI be excluded from here?

Best,
Agustina

-- 
All messages to this mailing list should adhere to the DuraSpace Code of 
Conduct: https://duraspace.org/about/policies/code-of-conduct/
--- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to