> > lfhc pisze: > > 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" />
this expires in a caching pipeline does AFIAK not do anything, but is meant for expires pipeline only, so can be removed. You probably do see a blank page, because probably you just have something like <html><body></body></html>, ie, nothing. So, try to serialize as type="xml" and look at your output in the browser Ard > > <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> > > What version of Cocoon do you use? Have you checked logs? > > -- > Grzegorz Kossakowski > http://reflectingonthevicissitudes.wordpress.com/ > > --------------------------------------------------------------------- > 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]
