From 5d0c5974e2655a6f66153bffb67c9346c2c4a589 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 26 May 2013 21:52:41 +0100 Subject: Correct e tag removal, correct headword separation --- xmlcleanup2.sed | 6 ------ 1 file changed, 6 deletions(-) (limited to 'xmlcleanup2.sed') diff --git a/xmlcleanup2.sed b/xmlcleanup2.sed index 5352a92..56e66b0 100644 --- a/xmlcleanup2.sed +++ b/xmlcleanup2.sed @@ -1,12 +1,6 @@ #!/bin/sed -f # sed rules that must run after the main set -# tags seem to duplicate tags for some quotes -# NOTE this assumes e tags only come at end of lines -s/.*$//g -# TODO: make this work instead of the above -#s/.*?<\/e>//g - # any xml tags not processed can just go away s/<[^>]*>//g # any xml character entities not processed can just go away -- cgit v1.2.3