remove old xml fiels

This commit is contained in:
Mario Fetka 2014-04-12 20:28:47 +02:00
parent 1d0762ede2
commit f64b98b37d
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ tidy_xml() {
echo ${xml_file}
mv ${xml_file} ${xml_file}.old
cat ${xml_file}.old | tidy -utf8 -xml -w 255 -i -c -q -asxml | sed -e 's!&gt;!>!g' -e 's!&lt;!<!g' > ${xml_file}
rm ${xml_file}.old
}