[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:
Robin Taylor
2010-11-01 11:02:08 +00:00
parent 2beac7527e
commit cb3161f6ca

View File

@@ -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"/>