DTD
From MobileRead
| | Notice: This article is very short and probably incomplete. Be the first to add new content to it now. |
The purpose of a DTD (Document Type Definition) is to define the legal building blocks of an XML document. As a standard it competes with TEI.
[edit] Overview
DTD defines the document structure with a list of legal elements and attributes. It is both a definition and a standard as their are several standardized DTD definitions already defined for eBook use. The most common one is XHTML that is used as part of the ePUB format.
[edit] For more information
- http://www.w3schools.com/DTD/default.asp - A DTD tutorial
- http://en.wikipedia.org/wiki/Document_Type_Definition - WikiPedia article

