mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-639] - Fixed previous faulty change to sword-swap-ingest.xsl to correctly recognise incoming Uri's.
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5702 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
<xsl:element name="dim:field">
|
||||
<xsl:attribute name="mdschema">dc</xsl:attribute>
|
||||
<xsl:attribute name="element">identifier</xsl:attribute>
|
||||
<xsl:if test="epdcx:valueString[@epdcx:sesURI]='http://purl.org/dc/terms/URI'">
|
||||
<xsl:if test="epdcx:valueString[@epdcx:sesURI='http://purl.org/dc/terms/URI']">
|
||||
<xsl:attribute name="qualifier">uri</xsl:attribute>
|
||||
</xsl:if>
|
||||
<xsl:value-of select="epdcx:valueString"/>
|
||||
|
Reference in New Issue
Block a user