Author |
Message |
LambertSoftware
Joined: 16 Aug 2010
Posts: 1
|
Posted:
Mon Aug 16, 2010 1:55 pm |
  |
Hello,
I'm working on a software product that reads RSS newsfeeds, I need to figure out how to tell the difference between RSS formats according to the HTML code that they generate.
How can I tell from RSS html code between these:
ATOM
RSS 1.0
RSS 2.0
Thank you |
|
|
 |
 |
peter77
Joined: 30 Oct 2010
Posts: 1
|
Posted:
Sat Oct 30, 2010 1:55 pm |
  |
Hi,
On the second line of the rss you will find this code
<rss version="2.0"> for rss 2.0
<rss version="1.0"> for rss 1.0
<rss version="atom"> for atom.
In my opinion after a search I have done, it's better to use rss 2.0 cause of it's wide compatibility. |
|
|
 |
 |
tbsindia
Joined: 06 Sep 2011
Posts: 2
Location: India
|
Posted:
Wed Sep 07, 2011 3:56 am |
  |
Hi, even this is more critical for me can any one explain to me is simple language. Even i want details related to this topic of RSS feed and submission... |
|
|
   |
 |
|
| |