X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tab%2Fnwi.flt;h=fdb9fd23f1c58d4d2c1c0e23f2f64bc0a0812f17;hb=0f7364db455d942ff565299e56309be95b88c1b4;hp=6e28922f94faad8def6e3a7fc4088edc8f4b0857;hpb=9314fca68f6f5c0de94244823bebfab596550e53;p=idzebra-moved-to-github.git 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 }