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:
How To Validate an Atom 1.0 Feed File
How To Validate an Atom 1.0 Feed File? - RSS FAQs - Atom Feed Introduction and File Generation
✍: FYIcenter.com
If you created an Atom feed file yourself, and want to know if the file meets the Atom 1.0 standards or not, you can validate your feed file using the following methods:
2007-05-12, 5380👍, 0💬
Popular Posts:
What are the standard ways of parsing XML document? XML parser sits in between the XML document and ...
What will be printed as the resultof the operation below: int x; int modifyvalue() { return(x+=10); ...
How do you handle change request? Normally change request are handled by preparing an Impact analysi...
How to set a HTML document's background color? document.bgcolor property can be set to any appropria...
How to create arrays in JavaScript? We can declare an array like this var scripts = new Array(); We ...