Allright!
Now I understand that note in the xslt transformer page[1]:
use-request-parameters: true|false - Setting this to true makes all request
parameters available in the XSLT stylesheet. Note that this might have
issues concerning cachability of the generated output of this transformer,
t
I need to provide a request parameter to a transformation.
Ex: http://.../application/page.xml?my-parameter=value
I tried to send a parameter to this transformer this way:
This does not work. The request parameter "my-parameter" is not present as a
sitem
> From: Laurent CAPRANI [mailto:[EMAIL PROTECTED]]
>
> I need to provide a request parameter to a transformation.
> Ex: http://.../application/page.xml?my-parameter=value
>
> I tried to send a parameter to this transformer this way:
>
>
>
>
>
>
>
>
>
> Th
I need to provide a request parameter to a transformation.
Ex: http://.../application/page.xml?my-parameter=value
I tried to send a parameter to this transformer this way:
This does not work. The request parameter "my-parameter" is not present as a
sitem