<?xml version = "1.0" encoding = "ISO-8859-1"?>
<!DOCTYPE doc SYSTEM "doc.dtd">
<?xml-stylesheet href='doc.xsl' type='text/xsl'?>
<doc>
	<titre>Titre de page</titre>
	<chapitre>
		<titre> Titre de chapitre </titre>
		<section>
			<titre>Titre de la section  </titre>
			<paragraphe> Texte du paragraphe ... </paragraphe>
			<note>Exemple de note</note>
		</section>
		<section>
			<titre>Titre deuxième section  </titre>
			<paragraphe>  Texte du paragraphe...</paragraphe>
			<note> Exemple de note</note>
		</section>
	</chapitre>
</doc>