Xml vs Doctype - What's the difference?
xml | doctype |
(computing) It is a flexible text format for creating structured computer documents in machine-readable form.
(computing) A directive that associates an SGML or XML document (such as a webpage) with a , potentially affecting how it is parsed and rendered.
* 2006 , Paul Haine, HTML mastery: semantics, standards, and styling
* 2007 , Matthew MacDonald, Beginning ASP.NET 3.5 in C# 2008
* 2008 , David Sawyer McFarland, JavaScript: The Missing Manual
As a noun doctype is
(computing) a directive that associates an sgml or xml document (such as a webpage) with a , potentially affecting how it is parsed and rendered.xml
English
Abbreviation
(Abbreviation) (en-abbr)See also
* HTML * SGML * XAML * XULReferences
* ("XML" on Wikipedia)doctype
English
(wikipedia doctype)Noun
(en noun)- There are three XHTML 1.0 doctypes available
- Common idiosyncrasies that appear in web pages that don't have doctypes include varying text sizes and varying margin space between elements.
- Most Web page editing programs add an appropriate doctype when you create a new Web page
