<!DOCTYPE TEI SYSTEM "../DTD/tei.dtd" [
<!ENTITY % TEI.XML "INCLUDE">
<!ENTITY % TEI.header "INCLUDE">
<!ENTITY % TEI.core "INCLUDE">
<!ENTITY % TEI.textstructure "INCLUDE">
<!ATTLIST TEI xsi:schemaLocation CDATA #IMPLIED>
]>
<TEI 
 xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>The title</title>
      </titleStmt>
      <editionStmt>
        <p/>
      </editionStmt>
      <publicationStmt>
        <p/>
      </publicationStmt>
      <sourceDesc>
        <p/>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <div1>
        <head>Section heading</head>
        <p xml:id="p1">the words</p>
        <p xml:id="p2" xml:lang="is">the words</p>
        <div2>
          <head>subsection heading</head>
          <p>hello</p>
          <pb n="1"/>
          <pb n="2"/>
          <p/>
        </div2>
      </div1>
    </body>
  </text>
</TEI>
