Pretty-print, minify, and validate XML using the browser's built-in parser.
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>Acme</title>
<link>https://example.com</link>
<item>
<title>Hello</title>
</item>
</channel>
</rss>