Tendrías que estar haciendo algo así:
Código PHP:
Ver original<?php
echo '<?xml version="1.0" encoding="utf-8"?>'; ?>
<sitio>
<?php
<page>
<title><?php echo $dato['title'] ?></title>
<url><?php echo $dato['url'] ?></url>
<content><?php echo $dato['content'] ?></content>
</page>
<?php
endwhile; ?>
</sitio>