A document type definition (DTD) describes the permissible tags of an XML document. The DTD serves as a data template. It defines entities, elements, attributes, and notations, as well as the relationships between these. For example, the DTD can state that a memo element consists of To, From, Subject, and Message elements. You need to [...]
Filed under: XML | 1 Comment »