• This topic is empty.
Viewing 1 post (of 1 total)
  • RSS Feeds
  • benjii19
    Free Member

    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 http://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&gt;
    <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&gt;
    <descripton> Testing…</descripton>
    <pubDate>02 Oct 2002 13:00:00 GMT</pubDate>
    </item>

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

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

    </channel>
    </rss>

Viewing 1 post (of 1 total)

The topic ‘RSS Feeds’ is closed to new replies.