I don't see the reason to use the SessionTransformer ...
Use the XSP generator.  This has the Request object.
One of the tags in <xsp-request> is the URL, the querystring and all the 
parameters (see xml.apache.org/cocoon ... user guide ... xsp, bottom of the 
page, all the properties)
You'll have everything you need there to write your code ...

> Hi,
>
> I'm looking for help in how to extract parameter
> values using SessionTransformer.
>
> My uri looks like this:
>
> myaction?item=1&item=2&item=3
>
>
> My goal is to turn this into the following xml:
>
> <items>
>  <item>1</item>
>  <item>2</item>
>  <item>3</item>
> </items>
>


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

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

Reply via email to