summaryrefslogtreecommitdiff
path: root/fix-empty-tags.sed
blob: f958206035ffe3b1dd688f4b040db4027e031cd8 (plain)
1
2
3
# LOAD XML has bugs (NULL columns) when there are empty, self closing tags like
# <title/> Replace those with <title></title>
s/<\([^>]*\)\/>/<\1><\/\1>/g