Really Simple Syndication (RSS) Programming Question:
Download Questions PDF

What RSS 2.0 Files Look Like?

Answer:

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 HTML Tutorial and Tips</title>
<link>http://www.globalguideline.com/html/</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@globalguideline.com</webMaster>
<item>
<title>CSS Tutorial Tips</title>
<link>http://www.globalguideline.com/css/</link>
<description>A collection of FAQs on CSS and Atom
introduction and generation of feed files.</description>
<pubDate>Sat, 1 Jul 2006 04:00:00 GMT</pubDate>
<guid>http://www.globalguidelinecom/xml/</guid>
</item>
</channel>
</rss>


Download Really Simple Syndication (RSS) Interview Questions And Answers PDF

Previous QuestionNext Question
What Is the Icon for RSS and Atom?What Atom 1.0 Files Look Like?