Re: [C3] Passing parameters from sitemap to generator

2011-08-03 Thread Francesco Chicchiriccò
On 01/07/2011 11:40, Francesco Chicchiriccò wrote: On 01/07/2011 11:29, Reinhard Pötz wrote: On 07/01/2011 10:25 AM, Francesco Chicchiriccò wrote: 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

[C3] Passing parameters from sitemap to generator

2011-07-01 Thread 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

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Thomas Markus
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

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Reinhard Pötz
On 07/01/2011 10:25 AM, Francesco Chicchiriccò wrote: 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

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Jos Snellings
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

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Francesco Chicchiriccò
On 01/07/2011 11:34, Jos Snellings wrote: 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} This was exactly my scenario: I am writing a (kind of) JCR

Re: [C3] Passing parameters from sitemap to generator

2011-07-01 Thread Francesco Chicchiriccò
On 01/07/2011 11:29, Reinhard Pötz wrote: On 07/01/2011 10:25 AM, Francesco Chicchiriccò wrote: 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