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


Vassilis Koutavas wrote:
Is there a way to make Forrest produce more than one html pages from
one xml file? I'm sure that there should be a way, but I can't figure
it out by the documentation.

Thanks,