Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Guides techniques / xmllint

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 '{}' \;