Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
What Atom 1.0 Files Look Like
What Atom 1.0 Files Look Like? - RSS FAQs - Introduction to RSS (Really Simple Syndication) Basics
✍: FYIcenter.com
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://dev.fyicenter.com/faq/rss/"/> <updated>2006-07-13T18:30:02Z</updated> <author> <name>FYIcenter.com</name> <email>noreply@fyicenter.com</email> </author> <id>urn:uuid:60a76c80-d399-11d9-b91C-0003939e0af6</id> <entry> <title>Introduction to Atom</title> <link href="http://dev.fyicenter.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>
2007-05-12, 5808👍, 0💬
Popular Posts:
What is Native Image Generator (Ngen.exe)? The Native Image Generator utility (Ngen.exe) allows you ...
What's difference between HashTable and ArrayList ? You can access array using INDEX value of array,...
What is normalization? What are different types of normalization? It is set of rules that have been ...
What is application domain? Explain. An application domain is the CLR equivalent of an operation sys...
When should the method invokeLater() be used? This method is used to ensure that Swing components ar...