Xmllint
De Linuxmemo.
(Différences entre les versions)
Ligne 4 : | Ligne 4 : | ||
==Valider la syntaxe== | ==Valider la syntaxe== | ||
xmllint --valid file.xml | xmllint --valid file.xml | ||
+ | |||
+ | ==Correction de syntaxe== | ||
+ | xmllint --recover file.xml > filesanserreur.xml | ||
==Auto indente== | ==Auto indente== |
Version du 2 octobre 2025 à 05:41
Analyseur de fichiers XML
Sommaire |
Valider la syntaxe
xmllint --valid file.xml
Correction de syntaxe
xmllint --recover file.xml > filesanserreur.xml
Auto indente
xmllint --format file.xml
Mode interactif
xmllint --shell file.xml help
Xpath
xmllint --xpath "XPATH_EXPRESSION" file.xml