adspace
what is the difference between Document Type Definition and
Document Type Declaration ?
Answer Posted / Upendra Pandey
Document Type Definition (DTD) is a way to define the structure of an XML document, including element types, their attributes, and their ordering. A Document Type Declaration (DTD declaration), on the other hand, is a statement that identifies the DTD for an XML document. The DTD declaration appears at the beginning of an XML document within the root element.n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers