Trying to complete "owenmarshall" answer:
in xml-validator.php:
add html, header, body, ...
$dom->Load('template-format.xml');
if ($dom->validate()) {
echo "This document is valid!\n";
}
?>
template-format.xml:
]>
</background-color>
</color>
</font-size>
</header-image>