Ross Gardler wrote:
Gunther Sablon wrote:
Hi
Yes there is.
In the sitemap you can define multiple pipelines, each with a different pattern (indicating the URL to be used to retrieve the page)
             <map:match pattern="......xml">
but with the same file generator (indicating the file to be used)
                <map:generate type="file" src="......xml"/>
Typically a different transformation generates different content from the same source file.
Gunther

That is certainly true, but it may not be the best way to address Vassilis' issue. It may be better to use the locationmap to resolve the stylesheet and therefore only have a single generator. We need to know more about the use case to evaluate which is the best approach.

Sorry, should read "single match" not "single generator"

Ross