Beautify and standardize XML data for better readability.
Extensible Markup Language (XML) is a markup language that defines a set of rules for encoding documents in a format that is both human-readable and machine-readable. However, raw XML is often minified or poorly formatted, making it hard to read. An XML formatter adds proper indentation and line breaks to make the structure clear.