<?xml version="1.0" encoding="ISO-8859-1"?>


<livre xmlns="http://www.dummyns.com/DUMMYNS" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
        xsi:schemaLocation="http://www.dummyns.com/DUMMYNS C:\kurzer\xmltest\test.xsd">
  <sommaire>
     <entree>
       <descr>Chap 1</descr>
       <page no="3"/>
     </entree>
     <entree>
       <descr>Chap 2</descr>
       <page no="10"/>
     </entree>
  </sommaire>
  <contenu>
  <chapitre>
    <titre>Intro</titre>
    <corps>  Voila une intro. </corps>
  </chapitre>
  <chapitre>
     <titre>Presupposes</titre>
     <corps>Ce chapitre porte sur...</corps>
     <chapitre>
        <titre>Presupposes 1</titre>
         <corps>toto 1</corps>
         <chapitre>
            <titre>Presupposes 1.1</titre>
            <corps>toto 1.1</corps>
         </chapitre>
         <chapitre>
            <titre>Presupposes 1.2</titre>
            <corps>toto 1.2</corps>
         </chapitre>
     </chapitre>
     <chapitre>
       <titre>Presupposes 2</titre>
       <corps>toto 2</corps>
     </chapitre>
  </chapitre>
  </contenu>
  <appendice>
    l'appendice
  </appendice>
</livre>

     

      