[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Error: Too many nested apply-templates calls
Hi Raymond, I'm not able to duplicate your problem when I test the file you posted with docbook-xsl-1.69.1/html/docbook.xsl or profile-docbook.xsl in Oxygen 6.1 (with Saxon, Windows XP). Have you tried running the Oxygen debugger to see where things might be going wrong? Bob Stayton Sagehill Enterprises DocBook Consulting bobs@sagehill.net ----- Original Message ----- From: "Raymond" <support@bigriverinfotech.com> To: <docbook-apps@lists.oasis-open.org>; <oxygen-user@oxygenxml.com> Sent: Sunday, August 14, 2005 12:19 PM Subject: [docbook-apps] Error: Too many nested apply-templates calls > 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 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org > For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org > > >
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]