-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlivre3.xml
25 lines (25 loc) · 1.04 KB
/
livre3.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding=" ISO-8859-1"?>
<p1:livre titre="Mon livre" xmlns:p1="http://www.masociete.com" xmlns:p2="http://www.monentreprise.com">
<p1:auteurs>
<p1:auteur nom="nom1" prenom="prenom1" />
<p1:auteur nom="nom2" prenom="prenom2" />
</p1:auteurs>
<p1:sections>
<p1:section titre="Section1">
<p1:chapitre titre="Chapitre1">
<p1:paragraphe>Premier paragraphe</p1:paragraphe>
<p1:paragraphe>Deuxième paragraphe</p1:paragraphe>
</p1:chapitre>
</p1:section>
<p2:section titre="Section2">
<p2:chapitre titre="Chapitre1">
<p2:paragraphe>Premier paragraphe</p2:paragraphe>
<p2:paragraphe>Deuxième paragraphe</p2:paragraphe>
</p2:chapitre>
<p2:chapitre titre="Chapitre2">
<p2:paragraphe>Premier paragraphe</p2:paragraphe>
<paragraphe>Deuxième paragraphe</paragraphe>
</p2:chapitre>
</p2:section>
</p1:sections>
</p1:livre>