Structure of XML Document
Prolog
- XML declaration - information about document XML version and encoding
Example:
<?xml version=“1.0”?>
- Document Type Declaration (DTD)
- internal - embedded in the document
- external - pointer to the file with defined grammar
Body - structured data with one root element