From b0cc664ec016d7e2cfba5bffada691f49f813a2a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 26 Mar 2010 17:09:57 +0000 Subject: [PATCH] Merge in changes that were made for CMC. * The "date" input field is now mapped to both "date" and "publication_date". Previously it was only "publication_date", which is different from what all pazpar2's other .xsl files produce, with the result that a UI that uses "md-date" would not see dates from CF targets. Adding "date" output as well fixed bug #3218 for CMC, and will also fix the (presumably as-yet unnoticed) date-display bugs in other Masterkey applications that use CF targets. It did not remove the "publication_date" output in case we have other Masterkey UIs that expect to see this date. * Add support for the CF's "location" and "callno" fields. --- etc/cf.xsl | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/etc/cf.xsl b/etc/cf.xsl index 959c82c..ac8d0dd 100644 --- a/etc/cf.xsl +++ b/etc/cf.xsl @@ -30,6 +30,9 @@ + + + @@ -109,6 +112,18 @@ + + + + + + + + + + + + -- 1.7.10.4