<?xml version="1.0" encoding="UTF-8"?>
<invitationDefault handler: <!-- ++++ The header part of the document ++++ -->
>
  <front>
    <to>
      Anna, Bernard, Didier, Johanna
    </to>
    <date>
      Next Friday Evening at 8 pm
    </date>
    <where>
      The Web Cafe
    </where>
    <why>
      My first XML baby
    </why>
  </front>
Default handler: <!-- +++++ The main part of the document +++++ -->
  <body>
    <par>
       I would like to invite you all to celebrate the birth of
      <emph>
        Invitation
      </emph>
      , my first XML document child.
    </par>
    <par>
       Please do your best to come and join me next Friday evening. And, do not forget to bring your friends.
    </par>
    <par>
       I
      <emph>
        really
      </emph>
       look forward to see you soon!
    </par>
  </body>
Default handler: <!-- +++ The closing part of the document ++++ -->
  <back>
    <signature>
      Michel
    </signature>
  </back>
</invitation>