Really Simple Syndication (RSS) Programming Question:
Download Questions PDF

Is There Any XSD File to Validate Atom Feed Files?

Answer:

A XSD (XML Schema Definition) file contains a set of definitions of XML elements and attributes to form a new XML based language. The same DTD file can be used to validate XML files that comply with the new language.

Atom feed files are XML based, but there seems to be no XSD files exist to validate Atom feed files.

Download Really Simple Syndication (RSS) Interview Questions And Answers PDF

Previous QuestionNext Question
Is There Any DTD File to Validate Atom Feed Files?How To Create Atom Feed Files?