Click to See Complete Forum and Search --> : RSS Help


sjdesigner
07-29-2006, 06:53 PM
I am trying to set up an RSS feed on a website that I am building. I have the code for the feed I want to create. I created a intro page to define what RSS is, it is at http://shanna.brokerxsites.com/RSS I have been reading and doing trial and error to get this far. I'm stuck getting the feed to open. How do I make this functional on my site?

The code I'm using is:

<rss version="2.0">
<channel>
<title>New Homes and Property Listings!</title>
<link>http://shanna.brokerxsites.com/RSSPaddock</link>
<description>Daily updates of new listings to the CENTURY 21 Wilson Minger Agency, Inc. database.</description>
<copyright>Copyright 2006</copyright>
<item>
<title>Detached Single Family Home--Crestview, FL</title>
<link>http://www.shanna.brokerxsites.com/2692_Paddock_Cr</link>
<description>$279,900 - 4 bedrooms - 2 baths - 2,347 sq ft</description>
</item>
</channel>
</rss>

Kor
07-30-2006, 01:21 AM
Mybe you forgot that a RSS file is in fact an XML file

<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="2.0">
......