You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by Torsten Curdt <tc...@dff.st> on 2000/12/07 21:31:53 UTC

xinclude sitemap

I don't get the xinclude transformer to work.
Something wrong with my sitemap?

<map:match pattern="test">
  <map:generate type="serverpages" src="test/test.xml"/>
  <map:transform type="xinclude"/>
  <map:transform src="test/html.xsl"/>
  <map:serialize/>
</map:match>
--
Torsten