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, 5858👍, 0💬
Popular Posts:
How To Use Subqueries in the FROM clause? - MySQL FAQs - SQL SELECT Statements with JOIN and Subquer...
How do we configure “WebGarden”? “Web garden” can be configured by using process model settings in...
Where Do You Download JUnit? Where do I download JUnit? I don't think anyone will ask this question ...
When should the register modifier be used? Does it really help? The register modifier hints to the c...
In which event are the controls fully loaded ? Page_load event guarantees that all controls are full...