Hi,
Maybe the Generator is sufficient?
To pass parameters from the sitemap is not it is not a big deal.
What sort of parameters do you want? Parts of the path?
controlStuff{tat}/{tit}/{tot}
request parameters?
Kind regards,
Jos
On 07/01/2011 10:33 AM, Thomas Markus wrote:
> Hi,
>
> JXGenerator is really useful, its a must have for me.
>
> Thomas
>
> Am 01.07.2011 10:25, schrieb Francesco Chicchiriccò:
>> Hi all,
>> recently I have been in the situation for which I need to parametrize
>> an XML file of my application; I thought there was a simpler way but
>> I ended up by using an additional XSLT transformation step (since the
>> XSLTTransformer can accep parameters from the pipeline).
>>
>> With C2.1 I used to put in place the JXGenerator [1] (or
>> JXTransformer [2] depending on the case): this saved me, in many
>> cases, from an additional transformation step in the pipeline.
>>
>> Even though it is true that everything you could do with JXGenerator
>> can always be done with XMLGenerator + XSLTTransformer, do you think
>> that such component can be a "nice to have" in C3?
>>
>> Cheers.
>>
>> [1] http://cocoon.apache.org/2.1/userdocs/jx-generator.html
>> [2] http://cocoon.apache.org/2.1/userdocs/jx-template-transformer.html
>>
>
>
|