<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TEI SYSTEM "../DTD/tei.dtd" [
<!ENTITY % TEI.XML "INCLUDE">
<!ENTITY % TEI.header "INCLUDE">
<!ENTITY % TEI.core "INCLUDE">
<!ENTITY % TEI.textstructure "INCLUDE">
]>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:lang="fr">
  <teiHeader>
    <fileDesc>
      <titleStmt>
	<title>The title</title>
      </titleStmt>
      <editionStmt>
	<p></p>
      </editionStmt>
      <publicationStmt>
	<p></p>
      </publicationStmt>
      <sourceDesc>
	<p></p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <div1>
	<head>Section heading</head>
	<p xml:id="p1">Les mots</p>
	<p xml:lang="is" xml:id="p2">plus de mots</p>
	<div2>
	  <head>subsection heading</head>
	  <p>Bonjour</p><pb n="1"/><pb n="2"/><p/>
	</div2>
      </div1>
    </body>
  </text>
</TEI>
