diff options
Diffstat (limited to 'xmlcleanup2.sed')
-rw-r--r-- | xmlcleanup2.sed | 6 |
1 files changed, 0 insertions, 6 deletions
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 -# <e> tags seem to duplicate <v> tags for some quotes -# NOTE this assumes e tags only come at end of lines -s/<e>.*$//g -# TODO: make this work instead of the above -#s/<e>.*?<\/e>//g - # any xml tags not processed can just go away s/<[^>]*>//g # any xml character entities not processed can just go away |