Thank you. It fixed the problem.
Jean-Christophe
On 23 d嶰. 06, at 16:32, Sean Wheller wrote:
> On Saturday 23 December 2006 06:26, Jean-Christophe Helary wrote:
>> Do I really have to define all the references used in a file within
>> that file ? Or are there more flexible ways to do that ?
>
> Yes you will need to define the entities. Following is a more
> flexible way of
> doing this.
>
> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
> "http://www.docbook.org/xml/4.4/docbookx.dtd" [
> <!ENTITY % ext SYSTEM "myentities.ent">
> %ext;
> ]>
>
> Content of myentities.ent