The Way to Programming
The Way to Programming
I am having data like i have shown below.I want to show this content in rss feed format,
Shop name location description time shop1 india nice shop 8-10 shop2 japan big shop 7-9
My questions are
How to create a feed with the above content?
How to store the above content in web hosting and then generate the RSS for the same?
Say i maintain excel file with the above content and i put the excel in webhosting and automatically rss get’s updated from the excel file
Any easy too to create the feed
Normally I would say that that is not a quick, easy task. You would need to have your webhost use whatever language (like php) to read the Excel file and export it to an XML file using RSS formatting. But in this case, Google comes to the rescue.
http://www.automateexcel.com/2004/12/15/create_an_rss_feed_with_excel/
Sign in to your account