I got the php version made.... <?
header("Content-type: text/xml");
?>
<!-- generator="wordpress/1.5.2" -->
<rss version="2.0">
<channel>
<title>title</title>
<link>http-//url.com/blog</link>
<description>Description</description>
<generator>http-://url.org/</generator>
<item>
<title>title</title>
</item>
</channel>
</rss>
Just need to figure out how to use
<HEAD><META HTTP-EQUIV="Content-Type" CONTENT="text/xml; charset=UTF-8"></HEAD>
to turn a file in to text/xml