You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Jens Maukisch <co...@maukisch.net> on 2003/02/28 19:07:28 UTC

Re[3]: getting a folder to be seen

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: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org