<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE TEI.2 PUBLIC "-//TEI P4/DTD Main DTD Driver File//EN" "/usr/local/sgml/tei/p4/tei2.dtd" [
  <!ENTITY % TEI.XML   "INCLUDE" >
  <!ENTITY % TEI.prose "INCLUDE" >
  ]>
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Hello World</title>
      </titleStmt>
      <editionStmt>
        <p>This is the vanilla TEI P4 edition of hello.c, as it were.</p>
      </editionStmt>
      <publicationStmt>
        <p>Unpublished. Probably unpublishable :-)</p>
      </publicationStmt>
      <sourceDesc>
        <p>None, this digital file is the original.</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <p>Hello, world!</p>
    </body>
  </text>
</TEI.2>