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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]