Hi,

I want to pass data, flow DOM objects and parameters from a flowscript back to the sitemap without using a form.

In this mailing list I have found:

(from flow):
cocoon.sendPage("my-email-pipeline",{data:mydomdata});

and then

<map:match pattern="my-email-pipeline">
<map:generate src="module:flow-attr:data" />
<map:transform src="data2email.xsl" />
<map:transform type="sendmail" />
<map:transform src="email2html.xsl" />
<map:serialize type="html" />
</map>

However, I can't find any information about "module:flow-attr:" in the cocoon documentation.

Can someone, please, tell me where I can find the documentation.

Peter Sparkes

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

Reply via email to