Prolog
: XML Declaration is also called as Prolog and is optional. It indicates the version number presently in use. If the Prolog is required in the code, it must be at the top of the document. XML Declaration is case-sensitive.Document Body
: The content of XML document is arranged in a hierarchical structure in document body. Epilog
: Epilog is an optional part which is optional and contains any final comments or processing instructions.<?xml ...?>
which indicates that it is the XML document and the version being used. But it is not mandatory.