Title: Cocoon 2.1.2 sitemap
Hi,
I guess I got the same need, I mean... let I have this in my sitemap:
 
<map:match pattern="test">
<map:generate src=""/>
<map:transform type="sql">
<map:parameter name="use-connection" value="mysql_pool"/>
</map:transform>
<map:serialize type="xml">
</map:serialize>
</map:match>
 
I would save in a file (xml) the output. The Log Transformer is good 4 debugging to see what's going on but not for my target.
Any suggestion?
 
Thanx in advance
Ciao
ROb
----- Original Message -----
Sent: Saturday, December 04, 2004 9:31 PM
Subject: RE: Cocoon 2.1.2 sitemap

IIUC you'd like to write the output of a pipeline to a file before sending the response to the browser.
 
You could try the Log Transformer for this purpose: http://cocoon.apache.org/2.1/userdocs/transformers/log-transformer.html
 
Cheers
Adam
-----Original Message-----
From: L.Austin [mailto:[EMAIL PROTECTED]
Sent: Friday, 3 December 2004 4:23 a.m.
To: users
Subject: Cocoon 2.1.2 sitemap

Hi,

Is there a way to within the sitemap to save the output sent to the browser?

Cheers Lk

Reply via email to