<?xml version="1.0" encoding="UTF-8"?>
<livre>
<titre>Titre du livre</titre>
<auteurs>
<auteur>
<nom>nom auteur 1</nom>
<prenom>prenom auteur 1</prenom>
</auteur>
<auteur>
<nom>nom auteur 2</nom>
<prenom>prenom auteur 2</prenom>
</auteur>
</auteurs>
<sections>
<section>
<titre>Titre du section1</titre>
<chapitres>
<chapitre>
<titre>Titre du chapitre 1</titre>
<paragraphes>
<paragraphe>paragraphe 1</paragraphe>
<paragraphe>paragraphe 2</paragraphe>
</paragraphes>
</chapitre>
<chapitre>
<titre>Titre du chapitre 2</titre>
<paragraphes>
<paragraphe>paragraphe 1</paragraphe>
<paragraphe>paragraphe 2</paragraphe>
</paragraphes>
</chapitre>
</chapitres>
</section>
<section>
<titre>Titre du section2</titre>
<paragraphes>
<paragraphe>paragraphe 1</paragraphe>
<paragraphe>paragraphe 2</paragraphe>
</paragraphes>
<chapitres>
<chapitre>
<titre>Titre du chapitre 1</titre>
<paragraphes>
<paragraphe>paragraphe 1</paragraphe>
<paragraphe>paragraphe 2</paragraphe>
</paragraphes>
</chapitre>
<chapitre>
<titre>Titre du chapitre 1</titre>
<paragraphes>
<paragraphe>paragraphe 1</paragraphe>
<paragraphe>paragraphe 2</paragraphe> </paragraphes>
</chapitre>
</chapitres>
</section>
</sections>
</livre>
Ajouter un commentaire
Veuillez vous connecter pour ajouter un commentaire.
Pas encore de commentaires.