Pipeline Processing
The sitemap configuration allows dynamic setup of processing pipelines consisting of a generator, multiple transformers and a serializer.
Requests are dispatched to a pipeline based on request URI and the pipeline matching pattern ( either with wildcards or as a regexp )
The pipeline is setup in the generated file sitemap_xmap.java ( This file gets generated [ possibly asynchronously] everytime the sitemap.xmap is modified.
<map:match pattern="hello.html">
<map:generate src="docs/samples/hello-page.xml"/>
<map:transform src="stylesheets/page/simple-page2html.xsl"/>
<map:serialize type="html"/>