<?xml version='1.0' encoding='ISO-8859-1' standalone='no' ?>
<!-- fichier dialogue5.xml -->

<!DOCTYPE dialogue SYSTEM "dia2.dtd"[
	<!ENTITY prl "madame pernelle">
	<!ENTITY elm "elmire">
	<!ENTITY dialogue_a SYSTEM "dialogue5a.xml">
	<!ENTITY dialogue_b SYSTEM "dialogue5b.xml">
]>

<!-- extrait de Tartuffe de Molière -->
<dialogue>
&dialogue_a;
&dialogue_b;
</dialogue>






