Help with RSS feed

Please support our RSS, Web Services and SOAP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Aug 2008
Posts: 1
Reputation: wyahaw is an unknown quantity at this point 
Solved Threads: 0
wyahaw wyahaw is offline Offline
Newbie Poster

Help with RSS feed

 
0
  #1
Aug 5th, 2008
I have a web site and am trying to produce an RSS feed for it for when things are changed. The following code is the RSS generated (from dreamweaver). Google Reader acknowledges it as a valid feed, but some other RSS feeders, such as Bloglines, do not recognise it as a valid feed. Any idea what I need to do to fix this?

The generated feed follows:

RSS, Web Services and SOAP Syntax (Toggle Plain Text)
  1. ?xml version="1.0" ?>
  2. - <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  3. - <channel>
  4. <atom:link href="http://www.andyhayler.com/rss/restaurants.xml" rel="self" type="application/rss+xml" />
  5. <title>Andy Hayler's Restaurant, Food and Hotel Guide</title>
  6. <description>Free IT help and advice for small to medium sized businesses, with simple, easy to follow advice, clear explanations, answers to IT problems, how-to videos</description>
  7. <link>http://www.andyhayler.com/default.asp</link>
  8. - <item>
  9. <title>1880</title>
  10. <description>Smart hotel dining with lovely bread.</description>
  11. <link>http://www.andyhayler.com/show_restaurant.asp?id=10</link>
  12. <guid isPermaLink="true">http://www.andyhayler.com/show_restaurant.asp?id=10</guid>
  13. </item>
  14. - <item>
  15. <title>La Trompette</title>
  16. <description>Highly successful, consistent bistro.</description>
  17. <link>http://www.andyhayler.com/show_restaurant.asp?id=19</link>
  18. <guid isPermaLink="true">http://www.andyhayler.com/show_restaurant.asp?id=19</guid>
  19. </item>
  20. - <item>
  21. <title>Petersham Nurseries</title>
  22. <description>Simple cooking in an al fresco setting at sky high prices</description>
  23. <link>http://www.andyhayler.com/show_restaurant.asp?id=508</link>
  24. <guid isPermaLink="true">http://www.andyhayler.com/show_restaurant.asp?id=508</guid>
  25. </item>
  26. </item>
  27. </channel>
  28. </rss>


Any help would be appreciated.

Andy
Last edited by peter_budo; Aug 5th, 2008 at 12:40 pm. Reason: Keep It Organized - please use [code] tags
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 3
Reputation: ChicagoData is an unknown quantity at this point 
Solved Threads: 0
ChicagoData's Avatar
ChicagoData ChicagoData is offline Offline
Newbie Poster

Re: Help with RSS feed

 
0
  #2
Aug 15th, 2008
Every subscription service is going to have slightly different requirements. Your feed looks fine to me but it might be missing an element required by Bloglines. It might be as simple as reading their FAQ... check out the info provided by various services to see if they tell you exactly what your feed needs.

http://www.bloglines.com/help/faq

and there's always...
http://feedvalidator.org/
Reply With Quote Quick reply to this message  
Join Date: May 2009
Posts: 3
Reputation: shree2006 has a little shameless behaviour in the past 
Solved Threads: 0
shree2006 shree2006 is offline Offline
Newbie Poster

Re: Help with RSS feed

 
0
  #3
May 26th, 2009
RSS stand for
Really Simple Syndication (RSS 2.0)
Rick Site Summary (RSS 0.91, RSS 1.0)
RDF Site Summary (RSS 0.9 and 1.0)...

RSS is a family of web feed formats, specified in XML and used for Web syndication. RSS is used by (among other things) news Web sites, weblogs and podcasting.
Web feeds provide web content or summaries of web content together with links to the full versions of the content, and other metadata. RSS, in particular, delivers this information as an XML file called an RSS feed, webfeed, RSS stream, or RSS channel. In addition to facilitating syndication, web feeds allow a website's frequent readers to track updates on the site using an aggregator.

You can find a tutorial on how to set up a RSS for your website step by step, along with alot of other useful information here:

http://www.xul.fr/en-xml-rss.html

Your web host will deteremine how many RSS Feeds you can have, most limit it to a max. of 3
Last edited by ~s.o.s~; May 26th, 2009 at 2:38 am. Reason: Removed fake sig; see the Control Panel in case you want to have a real one.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the RSS, Web Services and SOAP Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC