It's typical for XHTML XML/XHTML pages to include following code:
<?php echo '<?xml version="1.0" encoding="UTF-8" ?>'; ?>
Of course that should not be changed neither to:
<?phpphp echo '<?phpxml version="1.0" encoding="UTF-8" ?>'; ?>
nor:
<?php echo '<?phpxml version="1.0" encoding="UTF-8" ?>'; ?>
