Xmllint

De Linuxmemo.

Analyseur de fichiers XML

Sommaire

Valider la syntaxe

xmllint --valid file.xml

Auto indente

xmllint --format file.xml

Mode interactif

xmllint --shell file.xml
help

Xpath

xmllint --xpath "XPATH_EXPRESSION" file.xml
Outils personnels