Hi,

> The mapping is exactly what i need. where do i put it?

just put it in a <map:pipeline> in the <map:pipelines> section
of your sitemap.xmap (there are already some, so just search
for map:pipelines and add your map:match).
e.g.:

<map:pipelines>

  <map:pipeline>
    <map:match pattern="myfolder/*">
      <map:generate src="{1}"/>
      <map:transform src="mystyle.xsl"/>
      <map:serialze/>
   </map:match>
  <map:pipeline>

  <!--
     here are usually more pipeline(s)
  -->
  
</map:pipelines>

-- 
* best regards
* Jens Maukisch 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to