Re: [c3] cocoon-utils

2011-06-24 Thread Thomas Markus

good idea

Thomas

Am 24.06.2011 12:41, schrieb Reinhard Pötz:


I'd like to create a 'cocoon-utils' module. We have some classes 
(without any non RT.jar dependencies) like the WildcardMatcherHelper, 
the URLConnectionUtils and the MurmurHash implementation that is also 
useful for projects that don't need the actual Cocoon functionality.


WDOT? Any objections?





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 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