XML Formatter / Validator

Format and validate your XML code

Sample XML:

<?xml version="1.0" encoding="UTF-8"?>
<note>
  <to>User</to>
  <from>Admin</from>
  <message>Hello World</message>
</note>