RSS Feeds
 

[Closed] RSS Feeds

Posts: 0
Free Member
Topic starter
 

Hi anyone up on building RSS Feeds??

Had a go at it last night, and have managed it to show the title of each item but nothing else. Heres the code. link is as www.bentest.comxa.com/feed.xml

<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Test Feed</title>
<descripton>Find out about whats going on</descripton>
<link> http://bentest.comxa.com</link>
<language>en-uk</language>
<webMaster>person@email.com (Me)</webMaster>
<copyright>Copyright (c) 2013</copyright>

<item>
<title>Test1</title>
<link> http://bentest.comxa.com</link>
<descripton> Testing...</descripton>
<pubDate>02 Oct 2002 13:00:00 GMT</pubDate>
</item>

<item>
<title>Test2</title>
<link> http://bentest.comxa.com</link>
<descripton>Testing...</descripton>
<pubDate>02 Oct 2002 13:00:00 GMT</pubDate>
</item>

<item>
<title>Test3</title>
<link> http://bentest.comxa.com</link>
<descripton>Testing...</descripton>
<pubDate>02 Oct 2002 13:00:00 GMT</pubDate>
</item>

</channel>
</rss>


 
Posted : 23/01/2014 9:23 am