blob: 833d261aae70a9574828d77d4b1f09829527ed68 [file] [log] [blame]
<?xml version="1.0"?>
<map:sitemap xmlns:map="http://apache.org/cocoon/sitemap/1.0">
<map:components>
<map:transformers>
<!-- FIXME: pool-min="0" because of recursive lookup & some problem in Avalon -->
<map:transformer name="tag" src="org.apache.cocoon.transformation.TagTransformer" pool-max="64" pool-min="0" pool-grow="2" logger="sitemap.transformer.newtag">
<transformer-hint>tag</transformer-hint>
</map:transformer>
</map:transformers>
<map:actions>
<map:action name="tagtest" logger="sitemap.action.locale" src="org.apache.cocoon.taglib.test.acting.TagtestAction" />
<map:action name="locale" logger="sitemap.action.locale" src="org.apache.cocoon.acting.LocaleAction">
<store-in-session>true</store-in-session>
<create-session>true</create-session>
</map:action>
</map:actions>
</map:components>
<map:pipelines>
<map:pipeline>
<map:match pattern="**.xhtml">
<map:act type="locale" />
<map:act type="tagtest" />
<map:generate src="{1}.xhtml"/>
<map:transform type="tag" label="tag" />
<map:serialize />
</map:match>
</map:pipeline>
</map:pipelines>
</map:sitemap>