What RSS 2.0 Files Look Like

Q

What RSS 2.0 Files Look Like? - RSS FAQs - Introduction to RSS (Really Simple Syndication) Basics

✍: FYIcenter.com

A

A RSS 2.0 file looks like the sample RSS 2.0 document below:

<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>Developer FAQs, Tips and Tutorials</title>
  <link>http://dev.fyicenter.com/faq/</link>
  <description>Massive collection of frequently asked
   questions by developers with clear answers and 
   tutorials tips.
  </description>
  <language>en-us</language>
  <pubDate>Sat, 1 Jul 2006 04:00:00 GMT</pubDate>
  <webMaster>noreply@fyicenter.com</webMaster>
  <item>
   <title>RSS FAQs and Tutorial Tips</title>
   <link>http://dev.fyicenter.com/faq/rss/</link>
   <description>A collection of FAQs on RSS and Atom 
    introduction and generation of feed files.</description>
   <pubDate>Sat, 1 Jul 2006 04:00:00 GMT</pubDate>
   <guid>http://dev.fyicenter.com/faq/rss/</guid>
  </item>
 </channel>
</rss>

2007-05-12, 5298👍, 0💬