On Tue, 2 Dec 2003 11:46:08 +0100
"Carmona Perez, David" <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm using DocBook under Cocoon.
>
> In the chunked version of the standard DocBook
> stylesheets, the transformation step generates a set of
> files..
>
> <map match="**.html">
> <map:generate src="my-source.xml">
> <!-This steps generates in myTempDirectory/ the chunks-->
> <map:transform src="html/chunk.xsl">
> <map:parameter name="base.dir" value="myTempDirectory/"/>
> </map:transform>
> <map:generate src="myTempDirectory/{0}">
> <map:serialize/>
> </map match>
>
> I know I can't do that because I can generate twice.
>
> Any suggestion will be welcome.
>
> --------
> David
>
>
Hi,
maybe the CInclude-Transformer can do this job.
look at
http://cocoon.apache.org/2.1/userdocs/transformers/cinclude-transformer.html
Best regards,
Simon
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]