<!DOCTYPE TEI SYSTEM "testfand.dtd" []>
<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
	<title>The title</title>
      </titleStmt>
      <editionStmt>
	<p></p>
      </editionStmt>
      <publicationStmt>
	<p></p>
      </publicationStmt>
      <sourceDesc>
	<p></p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <pb/>
      <opener>hello<lb/> world</opener>
      <pb/>
      <head>Let's not get too far a head</head>
      <lb/>
      <divGen type="foo"/>
      <pb/>
      <p>Hello world</p>
<note n="1"/>
      <div1>
<note n="2"/>
	<head>Section heading</head>
	<p xml:id="p1">the words<note n="2">This note contains a <lb/>
	whatever that means</note>
</p>
<note n="3"/>
	<p xml:lang="is" xml:id="p2">the words</p>
	<div2>
	  <head>subsection heading</head>
	  <p>hello</p><pb n="10"/><pb n="211"/><p/>
	</div2>
      </div1>
      <pb/>
<note n="4">And here's another floating note</note>
      <pb/>
      <divGen type="whatever"/>
      <div1>
	<head>notes here</head>
	<note/>
	<note/>
      </div1>
      <div1>
	<div2>
	  <div3>
	    <div4>
	      <div5>
		<div6>
		  <div7/>
		</div6>
	      </div5>
	    </div4>
	  </div3>
	</div2>
      </div1>
      <closer>And so to bed</closer>
      <pb/>
    </body>
  </text>
</TEI>
