Hello,

is the pipeline noncaching/caching/expires? 

Turn on your cache logging and look for the cache key generated. 

AS

> -----Original Message-----
> From: Messing, Elad [mailto:[EMAIL PROTECTED]
> Posted At: maandag 10 oktober 2005 17:53
> Posted To: Cocoon User List
> Conversation: Cannot understand caching of pipeline
> Subject: AW: Cannot understand caching of pipeline
> 
> 
> Hello Again
> Small correction:
> I am calling "custom.xsl" from within another stylesheet:
> 
> <xsl:include href="cocoon:/platform_stylesheets/custom.xsl"/> 
> 
> My problem is :
> When I am using this stylesheet from I-Explorer - I get the 
> I-Explorer styles.
> Later (no restart) I use this stylesheet from palm- browser 
> (it is called "Blazer") - and I get the "I-Explorer" styles.
> So it includes the "cached" version of 
> "platform_stylesheets/custom.xsl" - which is the "I-Explorer" 
> version..
> 
> What is cached here ? I cannot figure it out..
> 
> Thanks again !
> 
> Elad
> 
> -----Ursprüngliche Nachricht-----
> Von: Messing, Elad 
> Gesendet: Montag, 10. Oktober 2005 17:42
> An: [email protected]
> Betreff: Cannot understand caching of pipeline
> 
> Hello All
>       I have this pipeline :
> 
>     <map:pipeline>
>       <map:match pattern="platform_stylesheets/*.xsl">
>               <map:select type="browser">
>                       <map:when test="explorer">
>                               <map:read
> src="stylesheets/template/{1}.pc.xsl"></map:read>
>                       </map:when>
>                       <map:when test="palm_new">
>                               <map:read
> src="stylesheets/template/{1}.blazer_411.xsl"></map:read>
>               </map:when>
>                       <map:when test="pocketexplorer">
>                               <map:read
> src="stylesheets/template/{1}.pocket_explorer.xsl"></map:read>
>                       </map:when>
>                       <map:when test="mozilla5">
>                               <map:read
> src="stylesheets/template/{1}.pc.xsl"></map:read>
>                       </map:when>
>               </map:select>
>       </map:match>      
>     </map:pipeline>   
> 
>       When I browse with my I Explorer and request for 
> "platform_stylesheets/custom.xsl" I get the "custom.pc.xsl".
>       Good.
> 
>       Than- Without restarting the server - I browse with my 
> Palm and request for "platform_stylesheets/custom.xsl" again.
>       Instead of getting "custom.blazer_411.xsl" I get the (cached ??
> ) "custom.pc.xsl" ...
> 
>       Why is this ?? 
> 
>       Thank you !
> 
> 
> Elad
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

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

Reply via email to