You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Anna Afonchenko <an...@ubaccess.com> on 2002/11/27 12:32:16 UTC

passing parameters to XSP

Hi All.
Another question:
I neeed to pass to XSP some file that was evaluated previously in some pipeline (can pass it as a string), something like:
<map:generate src="some.xsp">
    <map:parameter name="content" value="cocoon:/file.html"/>
</map:generate>

If I use cinclude inside XSP, I can do nothing with the included file in XSP, only enclose it with some tags. But I actually need to make some changes to the processed file through XSP.
Is it possible?

Thank you for your help.

Anna