<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:12pt;font-family:Arial">
<p>The id is required but did not completely solve the problem:</p>
<p></p>
<p>----------------------------------------</p>
<p> &lt;!DOCTYPE webpage PUBLIC &quot;-//Norman Walsh//DTD Website Full V2.6//EN&quot;</p>
<p>        &quot;file:///usr/local/docbook-website/schema/dtd/website-full.dtd&quot;</p>
<p>        [</p>
<p>        &lt;!ENTITY % sharedEntities SYSTEM </p>
<p>&quot;file:///_srcBase_/foo/website/foo.ent&quot;&gt;</p>
<p>        %sharedEntities;</p>
<p>        ]&gt;</p>
<p>---------------------------------------</p>
<p></p>
<p>fails with error 128 while</p>
<p></p>
<p>---------------------------------------</p>
<p> &lt;!DOCTYPE webpage PUBLIC &quot;-//Norman Walsh//DTD Website Full V2.6//EN&quot;</p>
<p>        &quot;file:///usr/local/docbook-website/schema/dtd/website-full.dtd&quot;&gt;</p>
<p>-------------------------------------</p>
<p></p>
<p>transforms without error.</p>
<p></p>
<p>Note _srcBase_ is defined in a global catalog as</p>
<p>------------------------------------------------------------------------------</p>
<p>&lt;rewriteSystem</p>
<p>  systemIdStartString=&quot;file:///_srcBase_/&quot;</p>
<p>                rewritePrefix=&quot;file:///home/foo/docbook/&quot; /&gt;</p>
<p>----------------------------------------------------------------------------------</p>
<p>and is resloved prior to </p>
<p></p>
<p>------------------------------------------------------------------------------</p>
<p>&lt;nextCatalog catalog=&quot;catalog.xml&quot;</p>
<p>      xml:base=&quot;file:///usr/local/docbook-website/&quot; /&gt;</p>
<p>----------------------------------------------------------------------------------</p>
<p></p>
<p>Works fine with both docbook.xsl and chunk.xsl</p>
<p></p>
<p>Would appear the autolayout stylesheet may not like Entity declarations ...</p>
<p></p>
<p>Raymond</p>
<p></p>
<p></p>
</body></html>