Part of PAZ-996.
[pazpar2-moved-to-github.git] / etc / xsl / solr-pz2.xsl
index 584d10a..f2e49cd 100644 (file)
           <xsl:when test="starts-with(., 'http://creativecommons.org/licenses/by-nd/')">
            CC By-ND
           </xsl:when>
-          <xsl:when test="starts-with(., 'http://creativecommons.org/licenses/by-nd-sa/')">
-           CC By-ND-SA
-          </xsl:when>
           <xsl:when test="starts-with(., 'http://creativecommons.org/licenses/by-nc/')">
            CC By-NC
           </xsl:when>
           <xsl:when test="starts-with(., 'http://creativecommons.org/licenses/by-nc-nd/')">
            CC By-NC-ND
           </xsl:when>
+          <!-- There is actually no such licence as this, but East London uses it anyway! -->
+          <xsl:when test="starts-with(., 'http://creativecommons.org/licenses/by-nd-sa/')">
+           CC By-ND-SA
+          </xsl:when>
           <xsl:otherwise>
            [unknown]
           </xsl:otherwise>