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:
Is There Any DTD File to Validate Atom Feed Files
Is There Any DTD File to Validate Atom Feed Files? - RSS FAQs - Atom Feed Introduction and File Generation
✍: FYIcenter.com
A DTD (Document Type Definitions) 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 DTD files exist to validate Atom feed files.
2007-05-12, 5727👍, 0💬
Popular Posts:
What are the standard ways of parsing XML document? XML parser sits in between the XML document and ...
How To Enter a New Row into a Table Interactively? - Oracle DBA FAQ - Introduction to Oracle SQL Dev...
What is test metrics? Test metrics accomplish in analyzing the current level of maturity in testing ...
How To Compare Two Strings with strcmp()? - PHP Script Tips - PHP Built-in Functions for Strings PHP...
Can include files be nested? The answer is yes. Include files can be nested any number of times. As ...