<html>
<head>
<link rel="alternate" href="/feed/" title="My RSS Feed" type="application/rss+xml" />
</head>
<body>
<?php
print ($sFeed);
?>
</body>
</html>
You can't output XML inside an HTML document.
Just delete that part and tell us if it worked.
HTH