George,
Thanks much - this solves my problem (or Xerces' problem, really :) )
/claus
:: -----Original Message-----
:: From: George Cristian Bina [mailto:]
:: Sent: 22. marts 2004 18:38
:: To: Claus Rasmussen;
:: Subject: Re: [docbook-apps] xincludes with Xerces 2.6.2
::
:: Hi Claus,
::
:: This is indeed a bug in the Xerces XInclude support, we had a similar
:: report
:: [1]. There is however a workaround for this, you should add the
xmlns:xi
:: attribute in the local.common.attrib as below.
::
:: <!ENTITY % local.common.attrib
:: "xml:base CDATA #IMPLIED
:: xmlns:xi CDATA #FIXED 'http://www.w3.org/2003/XInclude'" >
::
:: [1] http://www.oxygenxml.com/forum/viewtopic.php?t=291
::
:: Hope that helps,
:: George