From 63ee28782eff84f9cccb999af7ed5cf9b280931d Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Wed, 4 Dec 2013 15:37:19 +0100 Subject: [PATCH] pass score into metadata, if there. dbc-opensearch-gw now tries to fetch the score too, and massages it into a good place. This change passes it on so we can see it in pz2, and use for sorting or merging scores --- etc/dkabm.xsl | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/etc/dkabm.xsl b/etc/dkabm.xsl index c0ebb03..ca135b6 100644 --- a/etc/dkabm.xsl +++ b/etc/dkabm.xsl @@ -9,7 +9,8 @@ xmlns:pz="http://www.indexdata.com/pazpar2/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcterms="http://purl.org/dc/terms/" - xmlns:dkabm="http://biblstandard.dk/abm/namespace/dkabm/"> + xmlns:dkabm="http://biblstandard.dk/abm/namespace/dkabm/" + xmlns:os="http://oss.dbc.dk/ns/opensearch"> - + + + + + + + + + + + + @@ -83,7 +95,6 @@ - -- 1.7.10.4