openstack-doc-tools/cleanup
Christian Berendt de0d92c396 added scripts to cleanup spaces in XML files
example for remove_trailing_whitespaces.sh:

"  testing   \n" --> "  testing\n"

examples for remove_unnecessary_spaces.py:

"<testing>    foobar foobar" --> "<testing>foobar foobar"
"foobar foobar   </testing>" --> "foobar foobar</testing>"

Change-Id: Ie15a7a1491bf412ff893c84e76061ef623581145
2013-08-15 11:42:12 +02:00
..
remove_trailing_whitespaces.sh added scripts to cleanup spaces in XML files 2013-08-15 11:42:12 +02:00
remove_unnecessary_spaces.py added scripts to cleanup spaces in XML files 2013-08-15 11:42:12 +02:00