From: Sebastian Hammer Date: Wed, 24 Apr 1996 13:34:19 +0000 (+0000) Subject: Refinements. X-Git-Tag: ZEBRA.1.0~486 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=0f7364db455d942ff565299e56309be95b88c1b4 Refinements. --- diff --git a/tab/nwi.flt b/tab/nwi.flt index 6e28922..fdb9fd2 100644 --- a/tab/nwi.flt +++ b/tab/nwi.flt @@ -1,11 +1,15 @@ # # Input-filter for the Nordic Web Index record syntax. Output is 'gils-like'. # -# $Id: nwi.flt,v 1.1 1996-02-28 16:47:43 quinn Exp $ +# $Id: nwi.flt,v 1.2 1996-04-24 13:34:19 quinn Exp $ # BEGIN { begin record gils } +# Ignore meta tags + +/.*$/ {} + / */ BODY /$/ { data -element title $1 } / */ BODY /$/ { data -element dateOfLastModification $1 }