<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE TEI.2 SYSTEM '../../..Lite/DTD/teixlite.dtd'>
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>A very very very short TEI document</title>
        <author>Syd Bauman</author>
        <author>Julia Flanders</author>
      </titleStmt>
      <publicationStmt>
        <p>An unpublished document used for training.</p>
      </publicationStmt>
      <sourceDesc>
        <p>No source: this electronic form is the original.</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <div type="section">
        <!-- Simple prose -->
        <head>Head of section</head>
        <p>Paragraph of content.</p>
        <p>Paragraph with a list inside &hellip;
          <list type="ordered">
            <item>An item in a list</item>
            <item>Another item.</item>
            <item>Sure is a lot like HTML, isn't it?</item>
          </list>
        </p>
      </div>
      <div type="poem">
        <!-- Simple verse -->
        <head>Poem title</head>
        <lg type="stanza">
          <l>I think that I shall never see</l>
          <l>A file as lovely as a tree.</l>
        </lg>
      </div>
      <div type="act">
        <!-- Simple drama -->
        <sp>
          <speaker>Antony</speaker>
          <stage>Pacing anxiously</stage>
          <l>I come to bury <name>Caesar</name>, not to praise him.</l>
        </sp>
      </div>
    </body>
  </text>
</TEI.2>
