Dear listmembers, maybe its answer is easy but I couldn't find an answer in the archieves.
I need to dynamically set the transformer source based on a parameter set inside the Generator. Thats what my matcher should look like: ---------------------------------------- <map:match="articleid_*"> <map:generate type="stylesheetassigner"/> <map:transformer src="{paramFromGenerator}"/> <map:serialize type="html"/> </map:match> For some reasons I can't use a second generator calling this matcher as CInclude. So, is there another solution to this? Maybe you know and can help me. Robert --------------------------------------------------------------------- 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]>