SyntaxFix
Write A Post
Hire A Developer
Questions
This works:
<?php $XML = "<?xml version='1.0' encoding='UTF-8'?> <!-- Your XML --> "; header('Content-Type: application/xml; charset=utf-8'); echo ($XML); ?>