If your XML is a single messy line, use the --format flag to make it human-readable: xmllint --format input.xml > output.xml Use code with caution.
If you work with XML, SVG, or XSD schemas, you have likely heard of xmllint . It is the Swiss Army Knife of XML processing, widely regarded as the industry standard for validation and parsing. However, Windows users face a unique challenge: xmllint is a native Linux/Unix tool. xmllint for windows
Copy all files from each bin folder into your new C:\tools\xmllint folder. If your XML is a single messy line,