David Crossley wrote:
Miroslav Mocek wrote:


...

I think, my sitemap.xmap configuration is wrong. But I cannot find any documentation how to do it right.
Any suggestions?
Thanks Mirek


Search the recent archives (late last month?) of the
forrest mailing lists ("user" perhaps) where we helped
someone to do that. It is not hard.

We should create a demo in the "seed-sample" site.

There is already a demo in SVN head: resume plugin:

      <map:match pattern="team/all.source.xml">
<map:generate type="directory" src="{project:content.xdocs}/team/resume">
          <map:parameter name="include" value=".*.xml$"/>
        </map:generate>
        <map:transform src="resources/stylesheets/directory2resumes.xsl"/>
        <map:transform type="cinclude"/>
        <map:serialize type="xml"/>
      </map:match>

from http://svn.apache.org/repos/asf/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.input.Resume/input.xmap

Ross