Hello, I've never worked with RSS before so I have no idea where to start. I'm trying to create a "Word of the Day" RSS feed, basically, I'm looking for a page (HTML?) that updates automatically each day with a word (which comes from an XML file). Any ideas? Where can I start? Here's a sample RSS document that I've created: ********************************************************* <?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="2.0"> <channel> <title>Highland Council Word of the Day</title> <link>http://www.highland.gov.uk</link> <description>RSS word of the day demo</description> <item day="Sunday"> <title>Dè</title> <link></link> <description>Meaning: 'What..?'</description> </item> <item day="Monday"> <title>bha</title> <link></link> <description>Meaning: 'were' or 'was', depending on context of question</description> </item> <item day="Tuesday"> <title>thu</title> <link></link> <description>Meaning: 'you'</description> </item> </channel> </rss> ********************************************************* Thank you for your help!!!
look friend, for your help i am giving you right code, follow it for rss feed... <?xml version="1.0" encoding="ISO-8859-1"?> <rss version="2.0"> <channel> <title>Website Development - Software Development - Web Application Development by Vinove</title> <link>http://www.vinove.com/</link> <description>Vinove is a process driven professional website development company offering bespoke / custom web application development, business software development, e-business solutions and offshore outsourcing services to corporates/small-medium business firms all over the world primarily serving USA, UK, Australia and India.</description> <lastBuildDate>Fri, 05 Oct 2007 17:02:43 -0500</lastBuildDate> <language>en-us</language> <copyright>Vinove Software And Services pvt. ltd.</copyright> <managingEditor>sales@vinove.com</managingEditor> <item> <title>Custom Web Development - Professional Custom Web Application Development Outsourcing</title> <link>http://www.vinove.com/web-development.php</link> <guid>http://www.vinove.com/web-development.php</guid> <description>Vinove delivers custom application development outsourcing projects developed using effective techniques that provide maximum flexibility to meet the business objectives and strategies of its clients. Vinove's application development process embraces phases of a custom SDLC (Software Development Life Cycle) beginning right from gathering the customer requirements to the maintenance of the application developed.</description> </item> <item> <title>Web Development Company - E commerce Web Development - Custom Software Development - Website Design</title> <link>http://www.vinove.com/eCommerce-web-development.php</link> <guid>http://www.vinove.com/eCommerce-web-development.php</guid> <description>e commerce websites enable you to have a web based shopping cart and sell your products/services online. E commerce has seen tremendous growth over the past few years and is all set to further see phenomenal use making it sensible to businesses to have an online equivalent for a real shopping cart. Operation and management of business over the Internet can be a complex process.</description> </item> </channel> </rss>