Tools, FAQ, Tutorials:
DTD for Atom XML Files
Is There Any DTD File to Validate Atom Feed XML Files?
✍: FYIcenter.com
A DTD (Document Type Definitions) file contains a set of definitions of XML
elements and attributes to form a new XML based specification. The same DTD file
can be used to validate XML files that comply with the new specification.
Atom feed is an XML based specification, but there seems to be no DTD files exist to validate Atom feed files.
⇒ Atom XML Schema at ogcnetwork.net
⇐ HTML Tags in Atom "feed/entry/summary"
2026-07-25, ∼2852🔥, 1💬
Popular Posts:
How to make application release build with Visual Studio 2017? If you want to make a final release b...
What validation keywords I can use in JSON Schema to specifically validate JSON Array values? The cu...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...