From: Adam Dickmeiss Date: Fri, 11 Jan 2013 11:08:41 +0000 (+0100) Subject: Example MARC indexing XSL uses leader to control update X-Git-Tag: v2.0.54~10 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=def2cb6b3757af34ca257b9f93b22868f40ceebb 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). --- 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 + + - +