Multi-Day Letters

A special case are letters that have been written over several days and therefore contain several dates within the letter text. In this case, the <dateline> element can be set outside of <opener> or <closer> and can also be used within the letter text:

<div n="[level]">
          <head>[title of the letter]</head><!-- where applicable -->
  <opener>
  <salute>[salutation]</salute>
  </opener>
  <dateline>[date]</dateline>
  <p>[text of the letter]</p>
  <dateline>[date]</dateline>
  <p>[text of the letter]</p>
  <closer>
  <salute>[final salutation]</salute>
  </closer>
</div>