By default xmllint appears to indent by 2 spaces, Is there a way to change the level of indentation on Windows?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think you need to set the environment variable
$XMLLINT_INDENTto be whatever you need (e.g. if you want 4 spaces use four spaces ” “). From the docs:You then need to run it with the
--formatflag. e.g.: