Hi Jasha, Thx for the pointer. I will take a look if it fits my needs.
Robby From: Jasha Joachimsthal [mailto:[email protected]] Sent: Monday, January 02, 2012 12:30 PM To: [email protected] Subject: Re: JX template generator leaves trace behind (jx namespace is added to final result tree) On 7 December 2011 11:22, Robby Pelssers <[email protected]<mailto:[email protected]>> wrote: Hi guys, When using the jx:template generator I noticed (actually on regular occasions) it leaves behind xmlns:jx="http://apache.org/cocoon/templates/jx/1.0" After googling a bit around I noticed people having the same issue: http://marc.info/?l=xml-cocoon-users&m=118064449609598 But cleaning up any left behind namespace using xslt seems like a cumbersome solution and avoiding the root cause. Does anyone if this is a bug in the generator itself? Kind regards, Robby Not sure if it's a bug or a feature, but to clean up we have a StripNamespacesTransformer that removes all namespaces a lot faster than XSLT. Jasha
