remove old xml fiels
This commit is contained in:
parent
1d0762ede2
commit
f64b98b37d
@ -63,6 +63,7 @@ tidy_xml() {
|
|||||||
echo ${xml_file}
|
echo ${xml_file}
|
||||||
mv ${xml_file} ${xml_file}.old
|
mv ${xml_file} ${xml_file}.old
|
||||||
cat ${xml_file}.old | tidy -utf8 -xml -w 255 -i -c -q -asxml | sed -e 's!>!>!g' -e 's!<!<!g' > ${xml_file}
|
cat ${xml_file}.old | tidy -utf8 -xml -w 255 -i -c -q -asxml | sed -e 's!>!>!g' -e 's!<!<!g' > ${xml_file}
|
||||||
|
rm ${xml_file}.old
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user