[DS-964] - Reinstate @USE='LICENSE' in DIM-Handler.xsl that was lost during the CC Rewrite changes

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6647 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Robin Taylor
2011-09-06 08:15:33 +00:00
parent f6bf57fbb4
commit 076dfd04ad

View File

@@ -403,7 +403,7 @@
</xsl:choose> </xsl:choose>
<!-- Generate the Creative Commons license information from the file section (DSpace deposit license hidden by default)--> <!-- Generate the Creative Commons license information from the file section (DSpace deposit license hidden by default)-->
<xsl:apply-templates select="./mets:fileSec/mets:fileGrp[@USE='CC-LICENSE']"/> <xsl:apply-templates select="./mets:fileSec/mets:fileGrp[@USE='CC-LICENSE' or @USE='LICENSE']"/>
</xsl:template> </xsl:template>
@@ -725,7 +725,7 @@
<!-- Generate the Creative Commons license information from the file section (DSpace deposit license hidden by default) --> <!-- Generate the Creative Commons license information from the file section (DSpace deposit license hidden by default) -->
<xsl:apply-templates select="mets:fileSec/mets:fileGrp[@USE='CC-LICENSE']"/> <xsl:apply-templates select="mets:fileSec/mets:fileGrp[@USE='CC-LICENSE' or @USE='LICENSE']"/>
</xsl:template> </xsl:template>