mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 10:04:21 +00:00
[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:
@@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user