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, 5823👍, 0💬
Popular Posts:
How does ASP.NET maintain state in between subsequent request ? Refer caching chapter.
How To Compare Two Strings with strcmp()? - PHP Script Tips - PHP Built-in Functions for Strings PHP...
Why is it preferred to not use finalize for clean up? Problem with finalize is that garbage collecti...
Can we have shared events ? Yes, you can have shared event’s note only shared methods can raise shar...
What is the purpose of finalization? The purpose of finalization is to give an unreachable object th...