So, you copied a webpage and tried to dumb down RSS to simpler XML? One would hope that you could at least get your example correct:
Code:
<rss version="2.0" xmlns:TGP="http://www.adlt.net/TGPChannelModule/">
<channel>
<title>TGP Feed>/title>
<link>http://mytgpsite/sample>/link>
<description>My TGP Feed Description</description>
<language>en-us</language>
</channel>
I think I'll pass on berating you that you don't even have a valid DTD.