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, 5803👍, 0💬
Popular Posts:
When should the register modifier be used? Does it really help? The register modifier hints to the c...
How to reduce the final size of an executable file? Size of the final execuatable can be reduced usi...
1. What is normalization. 2. Difference between procedure and functions. 3. Oracle 9i Vs 10g. 4. how...
what are the advantages of hosting WCF Services in IIS as compared to self hosting? There are two ma...
How To Get the Uploaded File Information in the Receiving PHP Script? Once the Web server received t...