RE: [docbook-apps] xincludes with Xerces 2.6.2

From
Claus Rasmussen <>
Date
2004-03-23T13:00:05+00:00
ID
Thread
RE: [docbook-apps] xincludes with Xerces 2.6.2
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