tensible
Markup
Language
" in which the user can store, transport and exchange data. XML concentrates only on what data means unlike HTML concentrating on Layout also. =>
The XML recommendations as an XML element has a physical structure and a logical structure. Now XML was originally developed to create printed documents, and printed documents often have images, headings and text in them. Computers doesn't have that capability of finding elements in that particular page. To overcome the problem, XML can introduced that make the computer understand about the data present in the document.
=>
It is also common to take a document and factor it up into multiple files to make the document compatible on various devices. It's the physical structure of the XML document that ties all those pieces together. XML DTD or Document Type Definition is part of the physical structure of the XML document which can be used to define the physical structure of the XML document.