xmllint
Format l'ensemble des fichier xml du repertoire
$ find . -name "*.xml" -type f -exec xmllint --output '{}' --format '{}' \;
$ find . -name "*" -type f -exec xmllint --output '{}' --format '{}' \;
Format l'ensemble des fichier xml du repertoire
$ find . -name "*.xml" -type f -exec xmllint --output '{}' --format '{}' \;
$ find . -name "*" -type f -exec xmllint --output '{}' --format '{}' \;