You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by "Alten, Jelle Paul (uto)" <je...@ordina.nl> on 2002/11/27 12:41:46 UTC

RE: passing parameters to XSP, or rather transforming before incl uding...

Hi Anna,
 
You are almost there! Just use "file.blabla" instead of file.html and create
a pipeline that will match "file.blabla", and do a transformation on the
file.html in this pipeling using your xsl.
 
Hope it helps,
 
Jelle
 
 
-----Oorspronkelijk bericht-----
Van: Anna Afonchenko [mailto:anna@ubaccess.com]
Verzonden: woensdag 27 november 2002 12:32
Aan: cocoon-users
Onderwerp: 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