Andrew,

I know about XML entities and they do not solve my problem (because
they require absolute file paths).

Sean

On 9/10/06, Andrew Duckett <[EMAIL PROTECTED]> wrote:
Hey Sean, includes would be great, but for now try using XML Entities, i.e.
<?xml version="1.0"?>
<!ENTITY otherconfig  SYSTEM "path/to/config.xml">

Then you could include the contents of config.xml in other xml documents via

@otherconfig;

Not as robust or clean as an include could be, but it gets the job done

Reply via email to