RSS-Feed or XML-Stream?
Posted
by Maenny
on Stack Overflow
See other posts from Stack Overflow
or by Maenny
Published on 2010-06-17T17:29:51Z
Indexed on
2010/06/17
17:33 UTC
Read the original article
Hit count: 241
HI Folks,
I am programming a website for online-reservation-management, preferably for holiday homes. I want to implement a service, which allows the user to pass all their occupation dates to other websites. My question is, what would be the most professional way to do this?
- Generate a XML-stream
- Create a valid RSS Feed
I think that a XML file has the advantages of being straight to the point, without any information that noone needs. Webmasters of other websites surely prefer the structure of a simple XML file.
On the other hand, when someone without programming knowledge wants to use the RSS-Feed with a feedreader or simply with the browser, it may be user-friendlier to use a RSS-FEED.
What so you think, I'm unsure...?
Greetz
Maenny
© Stack Overflow or respective owner