HI, I have generated the xml file with title,content and url . Now i need to know how to make this xml as rss feed. Please suggest me how to provide rss feed link on my site. Is it clear? It may look like dump question ,but i dont find exact answer.
my xml file looks <rss version="2.0"> <channel> <item> <title>product details changed-</title> <description>descr1</description> <link>url</link> </item> <item> <title>product details changed-</title> <description>descr2</description> <link>url</link> </item> </channel> </rss> If i open this file .It is opening as xml only.but i need to show it as rss feed.
it is very simple to generate the RSS feed with PHP . and my new feed is ready now. ->I have subcribed to my feed with google and then i updated the feed content ,but it did nt refelected in the igoogle page. ->HOW LONG IT WILL TAKE TO REFLECT UPDATE IN IGOOGLE?