Tools, FAQ, Tutorials:
Atom XML Schema at ogcnetwork.net
Where Can I get a copy of the Atom XML Schema?
✍: FYIcenter.com
A XSD (XML Schema Definition) 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, an XML Schema (XSD) can be used to validate or help generate Atom feed files.
If you are interested to get a copy of the Atom XML Schema to validate or generate Atom XML documents, you visit http://www.ogcnetwork.net/schemas/atom/2005/atom.xsd.
Use the browser "Save As" function to save a copy to your computer.
A copy of the Atom XML Schema is also available here, atom.xsd, to download.
2018-01-06, ∼3449🔥, 0💬
Popular Posts:
How To Access a Global Variable inside a Function? in PHP? By default, global variables are not acce...
How to create a new API on the Publisher Dashboard of an Azure API Management Service? If you are ne...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
What's Wrong with "while ($c=fgetc($f)) {}" in PHP? If you are using "while ($c=fgetc($f)) {}" to lo...