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 RSS 2.0 Files Look Like
What RSS 2.0 Files Look Like? - RSS FAQs - Introduction to RSS (Really Simple Syndication) Basics
✍: FYIcenter.com
A RSS 2.0 file looks like the sample RSS 2.0 document below:
<?xml version="1.0"?> <rss version="2.0"> <channel> <title>Developer FAQs, Tips and Tutorials</title> <link>http://dev.fyicenter.com/faq/</link> <description>Massive collection of frequently asked questions by developers with clear answers and tutorials tips. </description> <language>en-us</language> <pubDate>Sat, 1 Jul 2006 04:00:00 GMT</pubDate> <webMaster>noreply@fyicenter.com</webMaster> <item> <title>RSS FAQs and Tutorial Tips</title> <link>http://dev.fyicenter.com/faq/rss/</link> <description>A collection of FAQs on RSS and Atom introduction and generation of feed files.</description> <pubDate>Sat, 1 Jul 2006 04:00:00 GMT</pubDate> <guid>http://dev.fyicenter.com/faq/rss/</guid> </item> </channel> </rss>
2007-05-12, 5426👍, 0💬
Popular Posts:
Where are all .NET Collection classes located ? System.Collection namespace has all the collection c...
How Large Can a Single Cookie Be? - PHP Script Tips - Understanding and Managing Cookies How large c...
How To Display a Past Time in Days, Hours and Minutes? - MySQL FAQs - Managing Tables and Running Qu...
Should synchronization primitives be used on overrided bean methods? No. The EJB specification speci...
Advantages of a macro over a function? Macro gets to see the Compilation environment, so it can expa...