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

What Atom 1.0 Files Look Like?

Answer:

An Atom 1.0 file looks like the sample Atom 1.0 document below:

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Atom FAQs, Tips and Tutorials</title>
<subtitle>The first Atom document example</subtitle>
<link href="http://www.globalguideline.com/faq/rss/"/>
<updated>2006-07-13T18:30:02Z</updated>
<author>
<name>globalguideline.com</name>
<email>noreply@globalguideline.com</email>
</author>
<id>urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6</id>
<entry>
<title>Introduction to Atom</title>
<link href="http://globalguideline.com/faq/rss/index.html"/>
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<updated>2006-07-13T18:30:02Z</updated>
<summary>A collection of 7 FAQs to introduce you the
basics of RSS and Atom for Website syndication.</summary>
</entry>
</feed>


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

Previous QuestionNext Question
What RSS 2.0 Files Look Like?What Is Atom 1.0 Standard?