Hartmut Holzgraefe wrote:

> i guess the only real solution is to have the entities file
> generated in two versions and copy the right file to
> chapters.ent before starting either jade or an xslt processor :(

You can insert correct relative path to chapters.ent and similar files.

<!ENTITY appendices.about     SYSTEM "../en/appendices/about.xml">

instead of

<!ENTITY appendices.about     SYSTEM "./en/appendices/about.xml">

or

<!ENTITY appendices.about     SYSTEM
"/some_absolute_path/en/appendices/about.xml">

This will work independetly of $srcdir.

                        Jirka

-- 
-----------------------------------------------------------------
  Jirka Kosek                        
  e-mail: [EMAIL PROTECTED]
  http://www.kosek.cz

Reply via email to