From def2cb6b3757af34ca257b9f93b22868f40ceebb Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 11 Jan 2013 12:08:41 +0100 Subject: [PATCH] Example MARC indexing XSL uses leader to control update If leader position 6 is 'd', then type is 'delete'. Otherwise type is 'update' (works for insert too). --- examples/marcxml/MARC21slim2INDEX.xsl | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/examples/marcxml/MARC21slim2INDEX.xsl b/examples/marcxml/MARC21slim2INDEX.xsl index 9078597..0d42860 100644 --- a/examples/marcxml/MARC21slim2INDEX.xsl +++ b/examples/marcxml/MARC21slim2INDEX.xsl @@ -47,6 +47,13 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA + + + + delete + update + + - + -- 1.7.10.4