I have it now thanks,
but I get a blank page now:

 <map:pipelines>
    <map:pipeline type="caching" > 
   <map:parameter name="expires" value="access plus 10 minutes" /> 
    <map:match pattern="tempoT1">
      <map:generate src="http://url/templates/web/Tempo.aspx"/>
      <map:transform src="stylesheets/Tempo.xsl"/>
      <map:serialize/>
    </map:match>      
   </map:pipeline>
   </map:pipelines> 



lfhc wrote:
> 
> Hi,
> I'm still a newbie, and am trying to configure cache in some of my
> transformations. 
> 
> In my sitemap.xmap I set the following configurations :
> 
>  <map:pipeline type="caching" >      
>    <map:parameter name="expires" value="access plus 10 minutes" />      
>     <map:match pattern="tempoT1">
>       <map:generate src="http://url/templates/web/Tempo.aspx"/>
>       <map:transform src="stylesheets/Tempo.xsl"/>
>       <map:serialize/>
>     </map:match>
>    </map:pipeline>
> 
> but I get the error :
> 
> Element 'pipeline' is not allowed at
> file:/usr/local/apache-tomcat-5.5.23/webapps/cocoon/samples/newsAggregator/sitemap.xmap:145:35
> context://samples/VFnewsAggregator/sitemap.xmap - 145:35  
> 
> Failed to load sitemap from
> file:/usr/local/apache-tomcat-5.5.23/webapps/cocoon/samples/newsAggregator/sitemap.xmap
>  
> 
> What am I doing wrong, and how is this configuration done?
> 
> Thank you,
> Best Regards,
> Luis Filipe de Carvalho.
> 

-- 
View this message in context: 
http://www.nabble.com/Cache---newbie-tf4068626.html#a11562056
Sent from the Cocoon - Users mailing list archive at Nabble.com.


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

Reply via email to