docbook-dtd-4.5b1 docbook-xsl-1.69.1 jdk-1.5.0_4, kubuntu-5.04 oXygen-6.1
saxon-6.5.4
Following error message is generated when attempting HTML transformation
utilizing profile-docbook.xsl or docbook.xsl:
----------------------------------------------------
Too many nested apply-templates calls
------------------------------------------------------------
source:
------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.5b1//EN"
"file:///_dtdBase_/docbookx.dtd"
[
<!ENTITY % sharedEntities SYSTEM "file:///_foo_/foo.ent">
%sharedEntities;
]>
<sect2 id="foo" xmlns:xi="&w3XInclude;" xml:base="">
<sect2info condition="draft">
<corpauthor>
<remark>foo</remark>
</corpauthor>
<author>
<affiliation>
<orgname>&orgName;</orgname>
<orgdiv>&orgDiv;</orgdiv>
</affiliation>
</author>
<revhistory>
<revision>
<date>01MAY2005</date>
<authorinitials>Raymond</authorinitials>
<revremark revisionflag="added">Document creation and
metric</revremark>
</revision>
</revhistory>
</sect2info>
<title>Foo</title>
<para>foo</para>
</sect2>
---------------------------------------------------------------------------
This error does NOT occur when chunking or profile-chunking from the root
document (I utilize xincludes and nested xincludes).
Raymond