Kevin wrote:
On Fri, 2005-11-11 at 16:17 +0000, Ross Gardler wrote:
Thorsten Scherler wrote:
El vie, 11-11-2005 a las 16:15 +0100, Fabian Müller escribió:
...
In my sitemap.xmap I tryed a lot of different configurations. Here is
one of them:
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:pipelines>
<map:pipeline>
<map:match pattern="tutorial.html">
<map:generate
src="/home/fabian/homepages/openpbx-docs.org/src/documentation/content/xdocs/tutorial.xml"/>
<map:transform src="/usr/share/apps/ksgmltools2/docbook/xsl/html/chunk.xsl"/>
<map:serialize type="html"/>
</map:match>
The tutorial.xml has been chunked. Many html are created. Do
they all get serialized?
Ahhh, yes, of course, there will be multuple documents output from
chunked from the XSL, they are probably written to disk rather than
serialised.
Ross