<?xml version="1.0" encoding="ISO-8859-1"?>
<livre titre="TDlivre">
   <auteurs>
      <auteur nom="nom1" prenom="prenom1" />

      <auteur nom="nom2" prenom="prenom2" />
   </auteurs>

   <sections>
      <section titre="Section1">
         <chapitre titre="Chapitre1">
            <paragraphe>Para1Chap1Section1</paragraphe>

            <paragraphe>Para2Chap1Section1</paragraphe>
         </chapitre>
         <chapitre titre="Chapitre2">
            <paragraphe>Para1Chap2Section1</paragraphe>

            <paragraphe>Para2Chap2Section1</paragraphe>
         </chapitre>
      </section>
      <section titre="Section2">
         <chapitre titre="Chapitre3">
            <paragraphe>Para1Chap3Section2</paragraphe>
         </chapitre>
      </section>
   </sections>
</livre>

