Building a Rss Reader

admin

Administrator
Staff member
Hey guys.

I'm trying to code a basic RSS Reader using javascript and i made one assumption on every RSS feed it reads: For each <item>, they must have either a <description> or <title>. Is this safe to assume true for all versions of RSS specs (eg: rss 0.9, 1.0, 2.0,2.1,etc)? If not, would this work for at least most of the RSS feeds today?

Thanks for taking the time to read
-Andrew
 
Back
Top