From 5107068a489f5ea7923841d855a2145b0db94de1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 1 Oct 2009 16:29:16 +0200 Subject: [PATCH] More field mappings. Only consider surname authors. Map secondary title, call number, pages, volume, abstract. --- etc/marc21_to_endnote.xsl | 62 +++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 60 insertions(+), 2 deletions(-) diff --git a/etc/marc21_to_endnote.xsl b/etc/marc21_to_endnote.xsl index fed5df4..61905f0 100644 --- a/etc/marc21_to_endnote.xsl +++ b/etc/marc21_to_endnote.xsl @@ -53,7 +53,17 @@ - + + + + A + + + + + + + A @@ -67,14 +77,22 @@ - + T + + + + B + + + + @@ -111,6 +129,26 @@ + + + + L + + + + + + + + + + P + + + + + + @@ -121,6 +159,26 @@ + + + + V + + + + + + + + + + X + + + + + + -- 1.7.10.4