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