Digital edition


  • metadata in the header
  • transcription in the body, with links to
  • images in the back

Using the TEI means we can integrate all of these in a single well-understood XML framework

<TEI.2>
   <teiHeader>
     <fileDesc><titleStmt>
        <title>A digital edition of AM 1234 Fol.</title></titleStmt>
         ....
        <sourceDesc>
             <msDescription id="AM1234F">
                ...
             </msDescription>
        </sourceDesc>
       ...
    </teiHeader>
    <text>
      <body>  <!-- transcription -->   </body>
      <back>    <!-- page images -->    </back>
    </text>
</TEI.2>

5 Next | First| Previous The MASTER Document Type Definition