<?xml version="1.0" encoding="ISO-8859-1"?>
<ROOT>
  <LIVRE nom="Livre 1">
     <CHAPITRE numero="1" titre="titre" />
     <CHAPITRE numero="2" titre="titre" />
     <CHAPITRE numero="3" titre="titre" />
  </LIVRE>
  <LIVRE nom="Livre 2">
     <CHAPITRE numero="1" titre="titre" />
     <CHAPITRE numero="2" titre="titre" />
     <CHAPITRE numero="3" titre="titre" />
  </LIVRE>
</ROOT> 