summaryrefslogtreecommitdiff
path: root/fix-empty-tags.sed
diff options
context:
space:
mode:
Diffstat (limited to 'fix-empty-tags.sed')
-rw-r--r--fix-empty-tags.sed3
1 files changed, 3 insertions, 0 deletions
diff --git a/fix-empty-tags.sed b/fix-empty-tags.sed
new file mode 100644
index 0000000..f958206
--- /dev/null
+++ b/fix-empty-tags.sed
@@ -0,0 +1,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