RE: Request parameter to a transformer

2002-01-17 Thread Laurent CAPRANI
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

Request parameter to a transformer

2002-01-14 Thread Laurent CAPRANI
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

RE: Request parameter to a transformer

2002-01-14 Thread Vadim Gritsenko
> 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

Request parameter to a transformer

2002-01-14 Thread Laurent CAPRANI
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