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 Is Atom 1.0 Standard
What Is Atom 1.0 Standard? - RSS FAQs - Atom Feed Introduction and File Generation
✍: FYIcenter.com
Atom is an XML-based document format that describes lists of related information known as "feeds". Feeds are composed of a number of items, known as "entries", each with an extensible set of attached metadata. For example, each entry has a title.
The current version of Atom is Atom 1.0. For more information, please visit http://www.ietf.org/rfc/rfc4287.txt.
2007-05-12, 5386👍, 0💬
Popular Posts:
.NET INTERVIEW QUESTIONS - What are types of compatibility in VB6? There are three possible project ...
What is AL.EXE and RESGEN.EXE? In the previous question you have seen how we can use resource files ...
What Is the Difference between Formal Parameters and Actual Parameters? - Oracle DBA FAQ - Creating ...
How To Truncate an Array? - PHP Script Tips - PHP Built-in Functions for Arrays If you want to remov...
Once I have developed the COM wrapper do I have to still register the COM in registry? Yes.