tidy -utf8 -xml -w 255 -i -c -q -asxmlI like to use an alias to work with files easily:
$ alias xmltidy="tidy -utf8 -xml -w 255 -i -c -q -asxml"You can also change a file in place:
$ xmltidy some-file.xml > tidy-file.xml
$ xmltidy -m some-file.xml
tidy -utf8 -xml -w 255 -i -c -q -asxmlI like to use an alias to work with files easily:
$ alias xmltidy="tidy -utf8 -xml -w 255 -i -c -q -asxml"You can also change a file in place:
$ xmltidy some-file.xml > tidy-file.xml
$ xmltidy -m some-file.xml
No comments:
Post a Comment