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 Use w3.org Feed Validation Service
How To Use w3.org Feed Validation Service? - RSS FAQs - Atom Feed Introduction and File Generation
✍: FYIcenter.com
w3.org feed validation service is provided at http://validator.w3.org/feed/. It offers you two methods to validate your feed document:
If you want to the w3.org feed validator, you can follow the tutorial exercise below:
1. Go to http://validator.w3.org/feed/.
2. Enter http://dev.fyicenter.com/atom.xml into the Address field and click the Check button
as shown in following picture:

3. You should see the validation result page with a "Congratulations" message.
2007-05-12, 5803👍, 0💬
Popular Posts:
What Is URI? URI (Uniform Resource Identifier) is a superset of URL. URI provides a simple and exten...
How To Build WHERE Criteria with Web Form Search Fields? - MySQL FAQs - Managing Tables and Running ...
.NET INTERVIEW QUESTIONS - What are Daemon threads and how can a thread be created as Daemon? Daemon...
Can Java object be locked down for exclusive use by a given thread? Yes. You can lock an object by p...
What is a delegate ? Delegate is a class that can hold a reference to a method or a function. Delega...