[EMAIL PROTECTED] wrote:
hi

i try to catch a request parameter inside the sitemap and sent it as parameter in a xslt transformation

something like

<map:transform src="stylesheets/my.xsl">
  <map:parameter name="your-parameter-name"  
value="{request-param:my-parameter-value}"/>
</map:transform>

but in cocoon 2.0.4

is it possible or ia have to use .xsp to catch the parameter and then transform the xml that this xsp generate ?

Yes, see http://cocoon.apache.org/2.1/userdocs/concepts/modules.html, which describes how to use input modules with XSP pages.



Regards,


Tony



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



Reply via email to