From 183f74888de8cb1067b14eb95728e5208a96ca78 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Mar 2015 14:10:06 +0000 Subject: [PATCH] Part of PAZ-996. Use XPath's starts-with() function for detecting Creative Commons licence URIs, so that versions prior to 4.0 are recognised. Catches two instances of CC By-NC-ND v3.0 in the East London data. --- etc/xsl/solr-pz2.xsl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/xsl/solr-pz2.xsl b/etc/xsl/solr-pz2.xsl index 50a2a89..c88b1ed 100644 --- a/etc/xsl/solr-pz2.xsl +++ b/etc/xsl/solr-pz2.xsl @@ -74,19 +74,19 @@ - + CC By - + CC By-ND - + CC By-ND-SA - + CC By-NC - + CC By-NC-ND -- 1.7.10.4