#11

XML Document Structure

  • XML Documents have three major parts:

    1. The prolog that contains "context setting" declarations.

    2. The document element--which is the root of the element tree.

    3. The epilog where additional constructs may be placed but no more elements may appear.